Navigation
API > API/Plugins > API/Plugins/USDClasses > API/Plugins/USDClasses/FUsdMetadataValue
Syntax
UPROPERTY (EditAnywhere, BlueprintReadWrite, Category="USD")
FString StringifiedValue
Remarks
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[]"). You can use the functions on UsdConversionLibrary (USDConversionLibrary.h) and UsdUtils namespace (USDValueConversion.h) to help stringify/unstringify these types according to USD rules, from C++, Blueprint and Python