GameObjectData
Inherits from GameDataContainer
Summary
Constructors
| GameObjectData() |
| GameObjectData(guid: Guid) |
| GameObjectData(other: GameDataContainer) |
| GameObjectData(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| indexInBlueprint | int |
| isEventConnectionTarget | int |
| isPropertyConnectionTarget | int |
Static members
| Name | Type |
|---|---|
| GameObjectData.typeInfo | TypeInformation |
Constructors
GameObjectData
GameObjectData()
Creates a new GameObjectData frostbite instance.
GameObjectData
GameObjectData(guid: Guid)
Creates a new GameObjectData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
GameObjectData
GameObjectData(other: GameDataContainer)
Casts an instance of type GameDataContainer to GameObjectData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameDataContainer | The instance to cast to GameObjectData. |
GameObjectData
GameObjectData(other: DataContainer)
Casts an instance of type DataContainer to GameObjectData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to GameObjectData. |
Properties
indexInBlueprint
int
isEventConnectionTarget
int
isPropertyConnectionTarget
int
Static members
typeInfo
The type information for the GameObjectData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)