Show / Hide Table of Contents

Struct CameraExposureSettings

Camera Exposure Settings

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.Engine
Assembly: UE4DotNet.dll
Syntax
public struct CameraExposureSettings

Fields

| Improve this Doc View Source

Bias

Declaration
public float Bias
Field Value
Type Description
System.Single
| Improve this Doc View Source

CalibrationConstant

Declaration
public float CalibrationConstant
Field Value
Type Description
System.Single
| Improve this Doc View Source

HighPercent

Declaration
public float HighPercent
Field Value
Type Description
System.Single
| Improve this Doc View Source

HistogramLogMax

Declaration
public float HistogramLogMax
Field Value
Type Description
System.Single
| Improve this Doc View Source

HistogramLogMin

Declaration
public float HistogramLogMin
Field Value
Type Description
System.Single
| Improve this Doc View Source

LowPercent

Declaration
public float LowPercent
Field Value
Type Description
System.Single
| Improve this Doc View Source

MaxBrightness

Declaration
public float MaxBrightness
Field Value
Type Description
System.Single
| Improve this Doc View Source

Method

Declaration
public byte Method
Field Value
Type Description
System.Byte
| Improve this Doc View Source

MinBrightness

Declaration
public float MinBrightness
Field Value
Type Description
System.Single
| Improve this Doc View Source

SpeedDown

Declaration
public float SpeedDown
Field Value
Type Description
System.Single
| Improve this Doc View Source

SpeedUp

Declaration
public float SpeedUp
Field Value
Type Description
System.Single
  • Improve this Doc
  • View Source
Back to top Generated by DocFX