Struct AutomationScreenshotOptions
Automation Screenshot Options
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)
Assembly: UE4DotNet.dll
Syntax
public struct AutomationScreenshotOptions
Fields
|
Improve this Doc
View Source
bDisableNoisyRenderingFeatures
Declaration
public bool bDisableNoisyRenderingFeatures
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bDisableTonemapping
Declaration
public bool bDisableTonemapping
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bIgnoreAntiAliasing
Declaration
public bool bIgnoreAntiAliasing
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bIgnoreColors
Declaration
public bool bIgnoreColors
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bOverride_OverrideTimeTo
Declaration
public bool bOverride_OverrideTimeTo
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Delay
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
MaximumGlobalError
Declaration
public float MaximumGlobalError
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
MaximumLocalError
Declaration
public float MaximumLocalError
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
OverrideTimeTo
Declaration
public float OverrideTimeTo
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
VisualizeBuffer
Declaration
public Name VisualizeBuffer
Field Value
Properties
|
Improve this Doc
View Source
ViewSettings
Assign custom view settings to control which rendering options we allow on while taking the
screenshot.
Declaration
public AutomationViewSettings ViewSettings { get; set; }
Property Value