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