Navigation
API > API/Plugins > API/Plugins/UnrealUSDWrapper
Minimal pxr::UsdRelationship wrapper for Unreal that can be used from no-rtti modules.
| Name | FUsdRelationship |
| Type | class |
| Header File | /Engine/Plugins/Runtime/USDCore/Source/UnrealUSDWrapper/Public/UsdWrappers/UsdRelationship.h |
| Include Path | #include "UsdWrappers/UsdRelationship.h" |
Syntax
class FUsdRelationship
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| UsdWrappers/UsdRelationship.h | |||
FUsdRelationship
(
const FUsdRelationship& Other |
UsdWrappers/UsdRelationship.h | ||
FUsdRelationship
(
FUsdRelationship&& Other |
UsdWrappers/UsdRelationship.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FUsdRelationship() |
UsdWrappers/UsdRelationship.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Impl | TUniquePtr< Internal::FUsdRelationshipImpl > | UsdWrappers/UsdRelationship.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ClearMetadata
(
const TCHAR* Key |
UsdWrappers/UsdRelationship.h | ||
bool ClearTargets
(
bool bRemoveSpec |
UsdWrappers/UsdRelationship.h | ||
bool GetMetadata
(
const TCHAR* Key, |
Auto conversion from/to pxr::UsdRelationship. | UsdWrappers/UsdRelationship.h | |
bool GetTargets
(
TArray< UE::FSdfPath >& Targets |
UsdWrappers/UsdRelationship.h | ||
bool HasMetadata
(
const TCHAR* Key |
UsdWrappers/UsdRelationship.h | ||
bool SetMetadata
(
const TCHAR* Key, |
UsdWrappers/UsdRelationship.h | ||
bool SetTargets
(
const TArray< UE::FSdfPath >& Targets |
Wrapped pxr::UsdRelationship functions, refer to the USD SDK documentation. | UsdWrappers/UsdRelationship.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
UsdWrappers/UsdRelationship.h | ||
bool operator!=
(
const FUsdRelationship& Other |
UsdWrappers/UsdRelationship.h | ||
FUsdRelationship & operator=
(
const FUsdRelationship& Other |
UsdWrappers/UsdRelationship.h | ||
FUsdRelationship & operator=
(
FUsdRelationship&& Other |
UsdWrappers/UsdRelationship.h | ||
bool operator==
(
const FUsdRelationship& Other |
UsdWrappers/UsdRelationship.h |