Navigation
API > API/Plugins > API/Plugins/UnrealUSDWrapper
Minimal pxr::SdfAttributeSpecHandle wrapper for Unreal that can be used from no-rtti modules.
| Name | FSdfAttributeSpec |
| Type | class |
| Header File | /Engine/Plugins/Runtime/USDCore/Source/UnrealUSDWrapper/Public/UsdWrappers/SdfAttributeSpec.h |
| Include Path | #include "UsdWrappers/SdfAttributeSpec.h" |
Syntax
class FSdfAttributeSpec
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| UsdWrappers/SdfAttributeSpec.h | |||
FSdfAttributeSpec
(
const FSdfAttributeSpec& Other |
UsdWrappers/SdfAttributeSpec.h | ||
FSdfAttributeSpec
(
FSdfAttributeSpec&& Other |
UsdWrappers/SdfAttributeSpec.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FSdfAttributeSpec() |
UsdWrappers/SdfAttributeSpec.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Impl | TUniquePtr< Internal::FSdfAttributeSpecImpl > | UsdWrappers/SdfAttributeSpec.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Auto conversion from/to pxr::SdfAttributeSpecHandle. | UsdWrappers/SdfAttributeSpec.h | ||
FString GetName() |
UsdWrappers/SdfAttributeSpec.h | ||
bool SetDefaultValue
(
const UE::FVtValue& Value |
UsdWrappers/SdfAttributeSpec.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
UsdWrappers/SdfAttributeSpec.h | ||
bool operator!=
(
const FSdfAttributeSpec& Other |
UsdWrappers/SdfAttributeSpec.h | ||
FSdfAttributeSpec & operator=
(
const FSdfAttributeSpec& Other |
UsdWrappers/SdfAttributeSpec.h | ||
FSdfAttributeSpec & operator=
(
FSdfAttributeSpec&& Other |
UsdWrappers/SdfAttributeSpec.h | ||
bool operator==
(
const FSdfAttributeSpec& Other |
UsdWrappers/SdfAttributeSpec.h |