Navigation
API > API/Plugins > API/Plugins/USDClasses
References
| Module | USDClasses |
| Header | /Engine/Plugins/Importers/USDImporter/Source/USDClasses/Public/USDMetadataImportOptions.h |
| Include | #include "USDMetadataImportOptions.h" |
Syntax
USTRUCT (BlueprintType )
struct FUsdMetadataImportOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCollectFromEntireSubtrees | Whether to collect USD metadata from not only a particular prim, but its entire subtree, when apropriate. | |
| bool | bCollectMetadata | Whether to collect USD prim metadata into AssetUserData objects at all. | |
| bool | bCollectOnComponents | We will always add the collected metadata to AssetUserData objects assigned to all generated assets that support them. | |
| bool | bInvertFilters | When this is false (default), the "BlockedPrefixFilters" property describe prefixes to block, and metadata entries that match any of those prefixes are ignored and not collected. | |
| TArray< FString > | BlockedPrefixFilters | When collecting metadata, we will ignore all entries that start with these prefixes. |