Navigation
API > API/Plugins > API/Plugins/UnrealUSDWrapper
Minimal pxr::PcpNodeRef wrapper for Unreal that can be used from no-rtti modules.
| Name | FPcpNodeRef |
| Type | class |
| Header File | /Engine/Plugins/Runtime/USDCore/Source/UnrealUSDWrapper/Public/UsdWrappers/PcpNodeRef.h |
| Include Path | #include "UsdWrappers/PcpNodeRef.h" |
Syntax
class FPcpNodeRef
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPcpNodeRef () |
UsdWrappers/PcpNodeRef.h | ||
FPcpNodeRef
(
const FPcpNodeRef& Other |
UsdWrappers/PcpNodeRef.h | ||
FPcpNodeRef
(
FPcpNodeRef&& Other |
UsdWrappers/PcpNodeRef.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FPcpNodeRef() |
UsdWrappers/PcpNodeRef.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Impl | TUniquePtr< Internal::FPcpNodeRefImpl > | UsdWrappers/PcpNodeRef.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EPcpArcType GetArcType () |
Auto conversion from/to pxr::PcpNodeRef. | UsdWrappers/PcpNodeRef.h | |
FPcpLayerStack GetLayerStack() |
UsdWrappers/PcpNodeRef.h | ||
FPcpMapExpression GetMapToParent() |
UsdWrappers/PcpNodeRef.h | ||
FPcpMapExpression GetMapToRoot() |
UsdWrappers/PcpNodeRef.h | ||
FPcpNodeRef GetParentNode() |
UsdWrappers/PcpNodeRef.h | ||
FSdfPath GetPath() |
UsdWrappers/PcpNodeRef.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
UsdWrappers/PcpNodeRef.h | ||
bool operator!=
(
const FPcpNodeRef& Other |
UsdWrappers/PcpNodeRef.h | ||
FPcpNodeRef & operator=
(
const FPcpNodeRef& Other |
UsdWrappers/PcpNodeRef.h | ||
FPcpNodeRef & operator=
(
FPcpNodeRef&& Other |
UsdWrappers/PcpNodeRef.h | ||
bool operator==
(
const FPcpNodeRef& Other |
UsdWrappers/PcpNodeRef.h |