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