Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Usd Metadata Export Options' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| boolean | Export Asset Info | Export generic assetInfo when exporting assets (such as export time, engine version, etc.).Note that exporting assetInfo is required in order to avoid the re-export of identical assets to the same file. |
| boolean | Export Asset Metadata | Export metadata held on assets' UsdAssetUserData to the output prim.Note that metadata is always exported afterwards assetInfo, which means that if assetInfo entriesare specified within the collected metadata, those will override the automatically generatedassetInfo vallues |
| boolean | Export Component Metadata | Export metadata held on components' UsdAssetUserData to the output prims.This only has an effect for Level/LevelSequence exports. |
| string | Blocked Prefix Filters | When exporting metadata, we will ignore all entries that start with these prefixes.Note that you can use the ":" separator for nested dictionaries in USD. |
| boolean | Invert Filters | When this is false (default), the "BlockedPrefixFilters" property describe prefixes to block, andmetadata entries that match any of those prefixes are ignored and not exported.When this is true, the "BlockedPrefixFilters" property is inverted, and describes prefixes to allow.In that case, entries are only allowed and exported if they match at least one of the provided prefixes. |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Usd Metadata Export Options |