Navigation
API > API/Plugins > API/Plugins/UnrealUSDWrapper
Minimal pxr::UsdSkelRoot wrapper for Unreal that can be used from no-rtti modules.
| Name | FUsdSkelRoot |
| Type | class |
| Header File | /Engine/Plugins/Runtime/USDCore/Source/UnrealUSDWrapper/Public/UsdWrappers/UsdSkelRoot.h |
| Include Path | #include "UsdWrappers/UsdSkelRoot.h" |
Syntax
class FUsdSkelRoot : public UE::FUsdTyped
Inheritance Hierarchy
- FUsdTyped → FUsdSkelRoot
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FUsdSkelRoot () |
UsdWrappers/UsdSkelRoot.h | ||
FUsdSkelRoot
(
const FUsdSkelRoot& Other |
UsdWrappers/UsdSkelRoot.h | ||
FUsdSkelRoot
(
FUsdSkelRoot&& Other |
UsdWrappers/UsdSkelRoot.h | ||
FUsdSkelRoot
(
const FUsdPrim& Prim |
UsdWrappers/UsdSkelRoot.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FUsdSkelRoot() |
UsdWrappers/UsdSkelRoot.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Impl | TUniquePtr< Internal::FUsdSkelRootImpl > | UsdWrappers/UsdSkelRoot.h |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FUsdSkelRoot Find
(
const UE::FUsdPrim& Prim |
Auto conversion from/to pxr::UsdSkelRoot. | UsdWrappers/UsdSkelRoot.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
UsdWrappers/UsdSkelRoot.h | ||
FUsdSkelRoot & operator=
(
const FUsdSkelRoot& Other |
UsdWrappers/UsdSkelRoot.h | ||
FUsdSkelRoot & operator=
(
FUsdSkelRoot&& Other |
UsdWrappers/UsdSkelRoot.h |