VisualEnvironmentEffectEntityData
Inherits from EffectEntityData
Summary
Constructors
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
cullDistanceCurve
cullAngleCurve
lifetime
float
visualEnvironment
sampleOnStartOnly
bool
Static members
typeInfo
The type information for the VisualEnvironmentEffectEntityData type.