Navigation
API > API/Plugins > API/Plugins/USDClasses
Tracks metadata collected from multiple prim paths. This is useful because often multiple prims will be read to generate an asset, like when collapsing or collecting skinned Mesh prims for a SkeletalMesh. This may also be used if multiple prims within the same stage end up generating the same asset, which is shared via the asset cache: Both prims will store their metadata here.
| Name | FUsdCombinedPrimMetadata |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/USDCore/Source/USDClasses/Public/USDMetadata.h |
| Include Path | #include "USDMetadata.h" |
Syntax
USTRUCT (BlueprintType )
struct FUsdCombinedPrimMetadata
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PrimPathToMetadata | TMap< FString, FUsdPrimMetadata > | USDMetadata.h |
|