Navigation
API > API/Plugins > API/Plugins/USDUtilities
Type
typedef TVariant< bool, uint8, int32, uint32, int64, uint64, float, double, FString > FConvertedVtValueComponent
References
| Module | USDUtilities |
| Header | /Engine/Plugins/Importers/USDImporter/Source/USDUtilities/Public/USDValueConversion.h |
| Include | #include "USDValueConversion.h" |
Remarks
WARNING: Do not change the order of the types in this TVariant declaration, or it will break backwards compatibility with data that was serialized before the change, due to how `operator<<( FArchive& Ar, FConvertedVtValueComponent& Component )_ is implemented