Navigation
API > API/Plugins > API/Plugins/USDClasses
References
| Module | USDClasses |
| Header | /Engine/Plugins/Importers/USDImporter/Source/USDClasses/Public/USDMetadata.h |
| Include | #include "USDMetadata.h" |
Syntax
USTRUCT (BlueprintType )
struct FUsdMetadataValue
Remarks
Describes a single metadata value collected from USD.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | StringifiedValue | A stringified value that should match the type in TypeName (e.g. "[(1.0, 1.0, 0.5), (1.0, 1.0, 0.5)]" if TypeName is "double3[]"). | |
| FString | TypeName | USD typename. |