Navigation
API > API/Plugins > API/Plugins/UnrealUSDWrapper
Minimal pxr::VtValue wrapper for Unreal that can be used from no-rtti modules.
| Name | FVtValue |
| Type | class |
| Header File | /Engine/Plugins/Runtime/USDCore/Source/UnrealUSDWrapper/Public/UsdWrappers/VtValue.h |
| Include Path | #include "UsdWrappers/VtValue.h" |
Syntax
class FVtValue
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVtValue () |
UsdWrappers/VtValue.h | ||
| UsdWrappers/VtValue.h | |||
| UsdWrappers/VtValue.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FVtValue() |
UsdWrappers/VtValue.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Impl | TUniquePtr< Internal::FVtValueImpl > | UsdWrappers/VtValue.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T Get() |
Returns UE types (FQuat, TArray |
UsdWrappers/VtValue.h | |
| Wrapped pxr::VtValue functions, refer to the USD SDK documentation. | UsdWrappers/VtValue.h | ||
bool IsArrayValued() |
UsdWrappers/VtValue.h | ||
bool IsEmpty() |
UsdWrappers/VtValue.h | ||
void Set
(
const T& Value |
Receives UE types (FQuat, TArray |
UsdWrappers/VtValue.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FVtValue& Other |
UsdWrappers/VtValue.h | ||
| UsdWrappers/VtValue.h | |||
| UsdWrappers/VtValue.h | |||
bool operator==
(
const FVtValue& Other |
UsdWrappers/VtValue.h |