Navigation
API > API/Plugins > API/Plugins/UnrealUSDWrapper
Minimal pxr::SdfPrimSpecHandle wrapper for Unreal that can be used from no-rtti modules.
| Name | FSdfPrimSpec |
| Type | class |
| Header File | /Engine/Plugins/Runtime/USDCore/Source/UnrealUSDWrapper/Public/UsdWrappers/SdfPrimSpec.h |
| Include Path | #include "UsdWrappers/SdfPrimSpec.h" |
Syntax
class FSdfPrimSpec
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSdfPrimSpec
(
FSdfPrimSpec&& Other |
UsdWrappers/SdfPrimSpec.h | ||
FSdfPrimSpec
(
const FSdfPrimSpec& Other |
UsdWrappers/SdfPrimSpec.h | ||
FSdfPrimSpec () |
UsdWrappers/SdfPrimSpec.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FSdfPrimSpec() |
UsdWrappers/SdfPrimSpec.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Impl | TUniquePtr< Internal::FSdfPrimSpecImpl > | UsdWrappers/SdfPrimSpec.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UE::FSdfAttributeSpec GetAttributeAtPath
(
const UE::FSdfPath& Path |
UsdWrappers/SdfPrimSpec.h | ||
FSdfLayerWeak GetLayer() |
UsdWrappers/SdfPrimSpec.h | ||
FName GetName() |
UsdWrappers/SdfPrimSpec.h | ||
FSdfPath GetPath() |
UsdWrappers/SdfPrimSpec.h | ||
FSdfPayloadsProxy GetPayloadList() |
UsdWrappers/SdfPrimSpec.h | ||
FSdfPrimSpec GetRealNameParent() |
UsdWrappers/SdfPrimSpec.h | ||
FSdfReferencesProxy GetReferenceList() |
UsdWrappers/SdfPrimSpec.h | ||
ESdfSpecType GetSpecType () |
Auto conversion from/to pxr::SdfPrimSpecHandle. | UsdWrappers/SdfPrimSpec.h | |
FName GetTypeName() |
UsdWrappers/SdfPrimSpec.h | ||
bool RemoveNameChild
(
const FSdfPrimSpec& Child |
UsdWrappers/SdfPrimSpec.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
UsdWrappers/SdfPrimSpec.h | ||
bool operator!=
(
const FSdfPrimSpec& Other |
UsdWrappers/SdfPrimSpec.h | ||
FSdfPrimSpec & operator=
(
const FSdfPrimSpec& Other |
UsdWrappers/SdfPrimSpec.h | ||
FSdfPrimSpec & operator=
(
FSdfPrimSpec&& Other |
UsdWrappers/SdfPrimSpec.h | ||
bool operator==
(
const FSdfPrimSpec& Other |
UsdWrappers/SdfPrimSpec.h |