UIPostProcessComponentData

Inherits from UIComponentData

Summary

Constructors

UIPostProcessComponentData()
UIPostProcessComponentData(guid: Guid)
UIPostProcessComponentData(other: UIComponentData)
UIPostProcessComponentData(other: Asset)
UIPostProcessComponentData(other: DataContainer)

Properties

Name Type
highlightThreshold float
xPower float
yPower float
distort float
timeScale float
noiseTexture TextureAsset | nil
highlight float
rShift float
gShift float
bShift float
tweakMode bool
enabled bool

Static members

Name Type
UIPostProcessComponentData.typeInfo TypeInformation

Constructors

UIPostProcessComponentData

UIPostProcessComponentData()

Creates a new UIPostProcessComponentData frostbite instance.

UIPostProcessComponentData

UIPostProcessComponentData(guid: Guid)

Creates a new UIPostProcessComponentData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

UIPostProcessComponentData

UIPostProcessComponentData(other: UIComponentData)

Casts an instance of type UIComponentData to UIPostProcessComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UIComponentData The instance to cast to UIPostProcessComponentData.

UIPostProcessComponentData

UIPostProcessComponentData(other: Asset)

Casts an instance of type Asset to UIPostProcessComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to UIPostProcessComponentData.

UIPostProcessComponentData

UIPostProcessComponentData(other: DataContainer)

Casts an instance of type DataContainer to UIPostProcessComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to UIPostProcessComponentData.

Properties

highlightThreshold

float

xPower

float

yPower

float

distort

float

timeScale

float

noiseTexture

TextureAsset | nil

highlight

float

rShift

float

gShift

float

bShift

float

tweakMode

bool

enabled

bool

Static members

typeInfo

TypeInformation

The type information for the UIPostProcessComponentData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)