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