Navigation
API > API/Plugins > API/Plugins/UnrealUSDWrapper > API/Plugins/UnrealUSDWrapper/UsdWrappers
References
| Module | UnrealUSDWrapper |
| Header | /Engine/Plugins/Importers/USDImporter/Source/UnrealUSDWrapper/Public/UsdWrappers/SdfAttributeSpec.h |
| Include | #include "UsdWrappers/SdfAttributeSpec.h" |
Syntax
class FSdfAttributeSpec
Remarks
Minimal pxr::SdfAttributeSpecHandle wrapper for Unreal that can be used from no-rtti modules.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSdfAttributeSpec
(
const FSdfAttributeSpec& Other |
|||
FSdfAttributeSpec
(
FSdfAttributeSpec&& Other |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UE::FVtValue | Auto conversion from/to pxr::SdfAttributeSpecHandle. | ||
| FString | GetName () |
||
| bool | SetDefaultValue
(
const UE::FVtValue& Value |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FSdfAttributeSpec& Other |
||
| FSdfAttributeSpec & | operator=
(
const FSdfAttributeSpec& Other |
||
| FSdfAttributeSpec & | operator=
(
FSdfAttributeSpec&& Other |
||
| bool | operator==
(
const FSdfAttributeSpec& Other |