ExampleVehicleBlueprintBundleMetadata

Inherits from BlueprintBundleMetadata

Summary

Constructors

ExampleVehicleBlueprintBundleMetadata()
ExampleVehicleBlueprintBundleMetadata(guid: Guid)
ExampleVehicleBlueprintBundleMetadata(other: BlueprintBundleMetadata)
ExampleVehicleBlueprintBundleMetadata(other: DataContainer)

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

ExampleVehicleType

Static members

typeInfo

TypeInformation

The type information for the ExampleVehicleBlueprintBundleMetadata type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)