FSdfPath

Minimal pxr::SdfPath wrapper for Unreal that can be used from no-rtti modules.

Windows
MacOS
Linux

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

Name Description

Public function

FSdfPath()

Public function

FSdfPath

(
    const TCHAR* InPath
)

Public function

FSdfPath

(
    const FSdfPath& Other
)

Public function

FSdfPath

(
    FSdfPath&& Other
)

Destructors

Name Description

Public function

~FSdfPath()

Functions

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FSdfPath& Other
)

Public function

FSdfPath &

 

operator=

(
    const FSdfPath& Other
)

Public function

FSdfPath &

 

operator=

(
    FSdfPath&& Other
)

Public function Const

bool

 

operator==

(
    const FSdfPath& Other
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss