Navigation
API > API/Plugins > API/Plugins/UnrealUSDWrapper > API/Plugins/UnrealUSDWrapper/UsdWrappers
References
| Module | UnrealUSDWrapper |
| Header | /Engine/Plugins/Importers/USDImporter/Source/UnrealUSDWrapper/Public/UsdWrappers/SdfPath.h |
| Include | #include "UsdWrappers/SdfPath.h" |
Syntax
class FSdfPath
Remarks
Minimal pxr::SdfPath wrapper for Unreal that can be used from no-rtti modules.
Constructors
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FSdfPath () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FSdfPath & | Auto conversion from/to pxr::SdfPath. | ||
| FSdfPath | AppendChild
(
const TCHAR* ChildName |
||
| FSdfPath | AppendPath
(
const UE::FSdfPath& NewRelativeSuffix |
||
| FSdfPath | AppendProperty
(
FName PropertyName |
||
| FSdfPath | |||
| FString | |||
| FString | GetName () |
||
| FSdfPath | |||
| TArray< FSdfPath > | GetPrefixes () |
||
| FString | GetString () |
||
| bool | HasPrefix
(
const UE::FSdfPath& Prefix |
||
| bool | |||
| bool | |||
| bool | IsEmpty () |
||
| FSdfPath | MakeAbsolutePath
(
const FSdfPath& Anchor |
||
| FSdfPath | MakeRelativePath
(
const FSdfPath& Anchor |
||
| FSdfPath | ReplaceName
(
const TCHAR* NewLeafName |
||
| FSdfPath |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FSdfPath& Other |
||
| bool | |||
| bool | operator<=
(
const FSdfPath& Other |
||
| FSdfPath & | |||
| FSdfPath & | |||
| bool | operator==
(
const FSdfPath& Other |