Navigation
API > API/Plugins > API/Plugins/UnrealUSDWrapper > API/Plugins/UnrealUSDWrapper/FVtValue
Description
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)
| Name | GetTypeName |
| Type | function |
| Header File | /Engine/Plugins/Runtime/USDCore/Source/UnrealUSDWrapper/Public/UsdWrappers/VtValue.h |
| Include Path | #include "UsdWrappers/VtValue.h" |
| Source | /Engine/Plugins/Runtime/USDCore/Source/UnrealUSDWrapper/Private/UsdWrappers/VtValue.cpp |
FString GetTypeName() const