Navigation
API > API/Plugins > API/Plugins/UnrealUSDWrapper
Minimal pxr::UsdGeomXformable wrapper for Unreal that can be used from no-rtti modules.
| Name | FUsdGeomXformable |
| Type | class |
| Header File | /Engine/Plugins/Runtime/USDCore/Source/UnrealUSDWrapper/Public/UsdWrappers/UsdGeomXformable.h |
| Include Path | #include "UsdWrappers/UsdGeomXformable.h" |
Syntax
class FUsdGeomXformable : public UE::FUsdTyped
Inheritance Hierarchy
- FUsdTyped → FUsdGeomXformable
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| UsdWrappers/UsdGeomXformable.h | |||
FUsdGeomXformable
(
const FUsdGeomXformable& Other |
UsdWrappers/UsdGeomXformable.h | ||
FUsdGeomXformable
(
FUsdGeomXformable&& Other |
UsdWrappers/UsdGeomXformable.h | ||
FUsdGeomXformable
(
const FUsdPrim& Prim |
UsdWrappers/UsdGeomXformable.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FUsdGeomXformable() |
UsdWrappers/UsdGeomXformable.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Impl | TUniquePtr< Internal::FUsdGeomXformableImpl > | UsdWrappers/UsdGeomXformable.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ClearXformOpOrder() |
UsdWrappers/UsdGeomXformable.h | ||
bool GetResetXformStack () |
Auto conversion from/to pxr::UsdGeomXformable. | UsdWrappers/UsdGeomXformable.h | |
bool GetTimeSamples
(
TArray< double >* Times |
UsdWrappers/UsdGeomXformable.h | ||
FUsdAttribute GetXformOpOrderAttr() |
UsdWrappers/UsdGeomXformable.h | ||
bool TransformMightBeTimeVarying() |
UsdWrappers/UsdGeomXformable.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
UsdWrappers/UsdGeomXformable.h | ||
FUsdGeomXformable & operator=
(
const FUsdGeomXformable& Other |
UsdWrappers/UsdGeomXformable.h | ||
FUsdGeomXformable & operator=
(
FUsdGeomXformable&& Other |
UsdWrappers/UsdGeomXformable.h |