SubWorldData
Inherits from SpatialPrefabBlueprint
Summary
Constructors
SubWorldData() |
SubWorldData(guid: Guid) |
SubWorldData(other: SpatialPrefabBlueprint) |
SubWorldData(other: PrefabBlueprint) |
SubWorldData(other: Blueprint) |
SubWorldData(other: EntityBusData) |
SubWorldData(other: DataBusData) |
SubWorldData(other: Asset) |
SubWorldData(other: DataContainer) |
Properties
Name | Type |
---|---|
registryContainer | RegistryContainer | nil |
isWin32SubLevel | bool |
isXenonSubLevel | bool |
isPs3SubLevel | bool |
rememberStateOnStreamOut | bool |
Static members
Name | Type |
---|---|
SubWorldData.typeInfo | TypeInformation |
Constructors
SubWorldData
SubWorldData()
Creates a new SubWorldData frostbite instance.
SubWorldData
SubWorldData(guid: Guid)
Creates a new SubWorldData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
SubWorldData
SubWorldData(other: SpatialPrefabBlueprint)
Casts an instance of type SpatialPrefabBlueprint to SubWorldData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | SpatialPrefabBlueprint | The instance to cast to SubWorldData. |
SubWorldData
SubWorldData(other: PrefabBlueprint)
Casts an instance of type PrefabBlueprint to SubWorldData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | PrefabBlueprint | The instance to cast to SubWorldData. |
SubWorldData
SubWorldData(other: Blueprint)
Casts an instance of type Blueprint to SubWorldData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Blueprint | The instance to cast to SubWorldData. |
SubWorldData
SubWorldData(other: EntityBusData)
Casts an instance of type EntityBusData to SubWorldData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityBusData | The instance to cast to SubWorldData. |
SubWorldData
SubWorldData(other: DataBusData)
Casts an instance of type DataBusData to SubWorldData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataBusData | The instance to cast to SubWorldData. |
SubWorldData
SubWorldData(other: Asset)
Casts an instance of type Asset to SubWorldData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to SubWorldData. |
SubWorldData
SubWorldData(other: DataContainer)
Casts an instance of type DataContainer to SubWorldData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to SubWorldData. |
Properties
registryContainer
RegistryContainer | nil
isWin32SubLevel
bool
isXenonSubLevel
bool
isPs3SubLevel
bool
rememberStateOnStreamOut
bool
Static members
typeInfo
The type information for the SubWorldData type.