VisualEnvironmentEffectEntityData

Inherits from EffectEntityData

Summary

Constructors

VisualEnvironmentEffectEntityData()
VisualEnvironmentEffectEntityData(guid: Guid)
VisualEnvironmentEffectEntityData(other: EffectEntityData)
VisualEnvironmentEffectEntityData(other: SpatialEntityData)
VisualEnvironmentEffectEntityData(other: EntityData)
VisualEnvironmentEffectEntityData(other: GameObjectData)
VisualEnvironmentEffectEntityData(other: GameDataContainer)
VisualEnvironmentEffectEntityData(other: DataContainer)

Properties

Name Type
lifetimeCurve Vec4
cullDistanceCurve Vec4
cullAngleCurve Vec4
lifetime float
visualEnvironment VisualEnvironmentBlueprint | nil
sampleOnStartOnly bool

Static members

Name Type
VisualEnvironmentEffectEntityData.typeInfo TypeInformation

Constructors

VisualEnvironmentEffectEntityData

VisualEnvironmentEffectEntityData()

Creates a new VisualEnvironmentEffectEntityData frostbite instance.

VisualEnvironmentEffectEntityData

VisualEnvironmentEffectEntityData(guid: Guid)

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

Parameters

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

VisualEnvironmentEffectEntityData

VisualEnvironmentEffectEntityData(other: EffectEntityData)

Casts an instance of type EffectEntityData to VisualEnvironmentEffectEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EffectEntityData The instance to cast to VisualEnvironmentEffectEntityData.

VisualEnvironmentEffectEntityData

VisualEnvironmentEffectEntityData(other: SpatialEntityData)

Casts an instance of type SpatialEntityData to VisualEnvironmentEffectEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SpatialEntityData The instance to cast to VisualEnvironmentEffectEntityData.

VisualEnvironmentEffectEntityData

VisualEnvironmentEffectEntityData(other: EntityData)

Casts an instance of type EntityData to VisualEnvironmentEffectEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntityData The instance to cast to VisualEnvironmentEffectEntityData.

VisualEnvironmentEffectEntityData

VisualEnvironmentEffectEntityData(other: GameObjectData)

Casts an instance of type GameObjectData to VisualEnvironmentEffectEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to VisualEnvironmentEffectEntityData.

VisualEnvironmentEffectEntityData

VisualEnvironmentEffectEntityData(other: GameDataContainer)

Casts an instance of type GameDataContainer to VisualEnvironmentEffectEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to VisualEnvironmentEffectEntityData.

VisualEnvironmentEffectEntityData

VisualEnvironmentEffectEntityData(other: DataContainer)

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

Parameters

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

Properties

lifetimeCurve

Vec4

cullDistanceCurve

Vec4

cullAngleCurve

Vec4

lifetime

float

visualEnvironment

VisualEnvironmentBlueprint | nil

sampleOnStartOnly

bool

Static members

typeInfo

TypeInformation

The type information for the VisualEnvironmentEffectEntityData type.

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