BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'AssetData' into its member fields
Inputs
Type | Name | Description |
---|---|---|
struct | Asset Data |
Outputs
Type | Name | Description |
---|---|---|
name | Package Name | The name of the package in which the asset is found, this is the full long package name such as /Game/Path/Package |
name | Package Path | The path to the package in which the asset is found, this is /Game/Path with the Package stripped off |
name | Asset Name | The name of the asset without the package |
name | Asset Class | The name of the asset's class |
struct | Asset Class Path | The path name of the asset's class |