Navigation
API > API/Plugins > API/Plugins/UnrealUSDWrapper > API/Plugins/UnrealUSDWrapper/FVtValue
Description
Receives UE types (FQuat, TArray
pxr::VtValue provides assignment operators/constructors as the main "setters", but we provide this explicit setter instead, given that an assignment operator for the UE::FVtValue wrapper class may provide ambiguous/unclear behavior in edge cases (e.g. assigning another pxr::VtValue or assigning an UE::FVtValue)
| Name | Set |
| 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 |
template<typename T>
void Set
(
const T & Value
)