Navigation
API > API/Plugins > API/Plugins/UnrealUSDWrapper
Minimal pxr::SdfPayloadsProxy wrapper for Unreal that can be used from no-rtti modules.
| Name | FSdfPayloadsProxy |
| Type | class |
| Header File | /Engine/Plugins/Runtime/USDCore/Source/UnrealUSDWrapper/Public/UsdWrappers/SdfPayloadsProxy.h |
| Include Path | #include "UsdWrappers/SdfPayloadsProxy.h" |
Syntax
class FSdfPayloadsProxy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| UsdWrappers/SdfPayloadsProxy.h | |||
FSdfPayloadsProxy
(
const FSdfPayloadsProxy& Other |
UsdWrappers/SdfPayloadsProxy.h | ||
FSdfPayloadsProxy
(
FSdfPayloadsProxy&& Other |
UsdWrappers/SdfPayloadsProxy.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FSdfPayloadsProxy() |
UsdWrappers/SdfPayloadsProxy.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Impl | TUniquePtr< Internal::FSdfPayloadsProxyImpl > | UsdWrappers/SdfPayloadsProxy.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FSdfPayload > GetAppliedItems () |
Auto conversion from/to pxr::SdfPayloadsProxy. | UsdWrappers/SdfPayloadsProxy.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
UsdWrappers/SdfPayloadsProxy.h | ||
FSdfPayloadsProxy & operator=
(
const FSdfPayloadsProxy& Other |
UsdWrappers/SdfPayloadsProxy.h | ||
FSdfPayloadsProxy & operator=
(
FSdfPayloadsProxy&& Other |
UsdWrappers/SdfPayloadsProxy.h |