Navigation
API > API/Plugins > API/Plugins/UnrealUSDWrapper
Minimal pxr::SdfPath wrapper for Unreal that can be used from no-rtti modules.
| Name | FSdfPath |
| Type | class |
| Header File | /Engine/Plugins/Runtime/USDCore/Source/UnrealUSDWrapper/Public/UsdWrappers/SdfPath.h |
| Include Path | #include "UsdWrappers/SdfPath.h" |
Syntax
class FSdfPath
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| UsdWrappers/SdfPath.h | |||
| UsdWrappers/SdfPath.h | |||
FSdfPath
(
const TCHAR* InPath |
UsdWrappers/SdfPath.h | ||
FSdfPath () |
UsdWrappers/SdfPath.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FSdfPath() |
UsdWrappers/SdfPath.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Impl | TUniquePtr< Internal::FSdfPathImpl > | UsdWrappers/SdfPath.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSdfPath AppendChild
(
const TCHAR* ChildName |
UsdWrappers/SdfPath.h | ||
FSdfPath AppendPath
(
const UE::FSdfPath& NewRelativeSuffix |
UsdWrappers/SdfPath.h | ||
| UsdWrappers/SdfPath.h | |||
FSdfPath GetAbsoluteRootOrPrimPath() |
UsdWrappers/SdfPath.h | ||
FString GetElementString() |
UsdWrappers/SdfPath.h | ||
FString GetName() |
UsdWrappers/SdfPath.h | ||
FSdfPath GetParentPath() |
UsdWrappers/SdfPath.h | ||
| UsdWrappers/SdfPath.h | |||
FSdfPath GetPrimPath() |
UsdWrappers/SdfPath.h | ||
FString GetString() |
UsdWrappers/SdfPath.h | ||
bool HasPrefix
(
const UE::FSdfPath& Prefix |
UsdWrappers/SdfPath.h | ||
bool IsAbsoluteRootOrPrimPath() |
UsdWrappers/SdfPath.h | ||
bool IsAbsoluteRootPath() |
UsdWrappers/SdfPath.h | ||
bool IsEmpty() |
UsdWrappers/SdfPath.h | ||
bool IsPrimPath() |
UsdWrappers/SdfPath.h | ||
bool IsPrimPropertyPath() |
UsdWrappers/SdfPath.h | ||
bool IsPropertyPath() |
UsdWrappers/SdfPath.h | ||
bool IsRelationalAttributePath() |
UsdWrappers/SdfPath.h | ||
bool IsTargetPath() |
UsdWrappers/SdfPath.h | ||
| UsdWrappers/SdfPath.h | |||
| UsdWrappers/SdfPath.h | |||
FSdfPath ReplaceName
(
const TCHAR* NewLeafName |
UsdWrappers/SdfPath.h | ||
FSdfPath StripAllVariantSelections() |
UsdWrappers/SdfPath.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FSdfPath & AbsoluteRootPath () |
Auto conversion from/to pxr::SdfPath. | UsdWrappers/SdfPath.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FSdfPath& Other |
UsdWrappers/SdfPath.h | ||
| UsdWrappers/SdfPath.h | |||
| UsdWrappers/SdfPath.h | |||
bool operator==
(
const FSdfPath& Other |
UsdWrappers/SdfPath.h |