Show / Hide Table of Contents

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)
Namespace: UE4.FunctionalTesting
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
public float Delay
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
Type Description
Name

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
Type Description
AutomationViewSettings
  • Improve this Doc
  • View Source
Back to top Generated by DocFX