Navigation
API > API/Plugins > API/Plugins/UnrealUSDWrapper > API/Plugins/UnrealUSDWrapper/UsdWrappers
References
| Module | UnrealUSDWrapper |
| Header | /Engine/Plugins/Importers/USDImporter/Source/UnrealUSDWrapper/Public/UsdWrappers/UsdRelationship.h |
| Include | #include "UsdWrappers/UsdRelationship.h" |
Syntax
class FUsdRelationship
Remarks
Minimal pxr::UsdRelationship wrapper for Unreal that can be used from no-rtti modules.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FUsdRelationship
(
const FUsdRelationship& Other |
|||
FUsdRelationship
(
FUsdRelationship&& Other |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetTargets
(
TArray< UE::FSdfPath >& TargetsPath |
Auto conversion from/to pxr::UsdRelationship. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FUsdRelationship& Other |
||
| FUsdRelationship & | operator=
(
const FUsdRelationship& Other |
||
| FUsdRelationship & | operator=
(
FUsdRelationship&& Other |
||
| bool | operator==
(
const FUsdRelationship& Other |