Navigation
Unreal Engine C++ API Reference > Plugins > USDUtilities
References
Module | USDUtilities |
Header | /Engine/Plugins/Importers/USDImporter/Source/USDUtilities/Public/USDValueConversion.h |
Include | #include "USDValueConversion.h" |
Syntax
struct FConvertedVtValue
Remarks
Corresponds to a value held by a pxr::VtValue converted into UE types. Should handle anything a VtValue can hold, including arrays of values
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bIsArrayValued | |
![]() |
bool | bIsEmpty | |
![]() |
TArray< FConvertedVtValueEntry > | Entries | |
![]() |
EUsdBasicDataTypes | SourceType |