Navigation
Unreal Engine C++ API Reference > Plugins > UnrealUSDWrapper > UsdWrappers > FVtValue
References
Module | UnrealUSDWrapper |
Header | /Engine/Plugins/Importers/USDImporter/Source/UnrealUSDWrapper/Public/UsdWrappers/VtValue.h |
Include | #include "UsdWrappers/VtValue.h" |
Source | /Engine/Plugins/Importers/USDImporter/Source/UnrealUSDWrapper/Private/UsdWrappers/VtValue.cpp |
FString GetTypeName&40;&41; const
Remarks
Auto conversion from/to pxr::VtValue We define a GetUsdValue() instead of `operator pxr::VtValue&_ because pxr::VtValue itself has lower precedence, implicit generic conversions and operators that can conflict/generate hidden bugs if we try using them without having this header included (e.g. we could end up with a pxr::VtValue containing an UE::FVtValue instead)