Navigation
API > API/Plugins > API/Plugins/USDClasses
Describes a single metadata value collected from USD.
| Name | FUsdMetadataValue |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/USDCore/Source/USDClasses/Public/USDMetadata.h |
| Include Path | #include "USDMetadata.h" |
Syntax
USTRUCT (BlueprintType )
struct FUsdMetadataValue
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| StringifiedValue | FString | 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[]"). | USDMetadata.h |
|
| TypeName | FString | USD typename. | USDMetadata.h |
|