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