BlueprintBundleStateLogicEntityData
Inherits from GameEntityData
Summary
Constructors
Properties
Name | Type |
---|---|
bundleNames | string[] |
Static members
Name | Type |
---|---|
BlueprintBundleStateLogicEntityData.typeInfo | TypeInformation |
Constructors
BlueprintBundleStateLogicEntityData
BlueprintBundleStateLogicEntityData()
Creates a new BlueprintBundleStateLogicEntityData frostbite instance.
BlueprintBundleStateLogicEntityData
BlueprintBundleStateLogicEntityData(guid: Guid)
Creates a new BlueprintBundleStateLogicEntityData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
BlueprintBundleStateLogicEntityData
BlueprintBundleStateLogicEntityData(other: GameEntityData)
Casts an instance of type GameEntityData to BlueprintBundleStateLogicEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameEntityData | The instance to cast to BlueprintBundleStateLogicEntityData. |
BlueprintBundleStateLogicEntityData
BlueprintBundleStateLogicEntityData(other: SpatialEntityData)
Casts an instance of type SpatialEntityData to BlueprintBundleStateLogicEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | SpatialEntityData | The instance to cast to BlueprintBundleStateLogicEntityData. |
BlueprintBundleStateLogicEntityData
BlueprintBundleStateLogicEntityData(other: EntityData)
Casts an instance of type EntityData to BlueprintBundleStateLogicEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to BlueprintBundleStateLogicEntityData. |
BlueprintBundleStateLogicEntityData
BlueprintBundleStateLogicEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to BlueprintBundleStateLogicEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to BlueprintBundleStateLogicEntityData. |
BlueprintBundleStateLogicEntityData
BlueprintBundleStateLogicEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to BlueprintBundleStateLogicEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to BlueprintBundleStateLogicEntityData. |
BlueprintBundleStateLogicEntityData
BlueprintBundleStateLogicEntityData(other: DataContainer)
Casts an instance of type DataContainer to BlueprintBundleStateLogicEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to BlueprintBundleStateLogicEntityData. |
Properties
bundleNames
string[]
Static members
typeInfo
The type information for the BlueprintBundleStateLogicEntityData type.