FConvertedVtValueComponent

WARNING: Do not change the order of the types in this [TVariant](API\Runtime\Core\Misc\TVariant) declaration, or it will break backwards compatibility with data that was serialized before the change, due to how `operator<<( [FArchive](API\Runtime\Core\Serialization\FArchive)& Ar, FConvertedVtValueComponent& Component )_ is implemented

Windows
MacOS
Linux

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss