Navigation
API > API/Plugins > API/Plugins/UnrealUSDWrapper > API/Plugins/UnrealUSDWrapper/UsdWrappers
References
| Module | UnrealUSDWrapper |
| Header | /Engine/Plugins/Importers/USDImporter/Source/UnrealUSDWrapper/Public/UsdWrappers/SdfPrimSpec.h |
| Include | #include "UsdWrappers/SdfPrimSpec.h" |
Syntax
class FSdfPrimSpec
Remarks
Minimal pxr::SdfPrimSpecHandle wrapper for Unreal that can be used from no-rtti modules.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSdfPrimSpec () |
|||
FSdfPrimSpec
(
const FSdfPrimSpec& Other |
|||
FSdfPrimSpec
(
FSdfPrimSpec&& Other |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UE::FSdfAttributeSpec | GetAttributeAtPath
(
const UE::FSdfPath& Path |
||
| FSdfLayerWeak | GetLayer () |
||
| FName | GetName () |
||
| FSdfPath | GetPath () |
||
| FSdfPrimSpec | |||
| ESdfSpecType | GetSpecType () |
Auto conversion from/to pxr::SdfPrimSpecHandle. | |
| FName | GetTypeName () |
||
| bool | RemoveNameChild
(
const FSdfPrimSpec& Child |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FSdfPrimSpec& Other |
||
| FSdfPrimSpec & | operator=
(
const FSdfPrimSpec& Other |
||
| FSdfPrimSpec & | operator=
(
FSdfPrimSpec&& Other |
||
| bool | operator==
(
const FSdfPrimSpec& Other |