Navigation
API > API/Plugins > API/Plugins/UnrealUSDWrapper > API/Plugins/UnrealUSDWrapper/UsdWrappers
References
| Module | UnrealUSDWrapper |
| Header | /Engine/Plugins/Runtime/USDCore/Source/UnrealUSDWrapper/Public/UsdWrappers/UsdSkelCache.h |
| Include | #include "UsdWrappers/UsdSkelCache.h" |
Syntax
class FUsdSkelCache
Remarks
Minimal pxr::UsdSkelCache wrapper for Unreal that can be used from no-rtti modules.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FUsdSkelCache
(
const FUsdSkelCache& Other |
|||
FUsdSkelCache
(
FUsdSkelCache&& Other |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Clear () |
Auto conversion from/to pxr::UsdSkelCache. | |
| bool | ComputeSkelBinding
(
const UE::FUsdPrim& InSkelRootPrim, |
||
| bool | ComputeSkelBindings
(
const UE::FUsdPrim& InSkelRootPrim, |
||
| UE::FUsdSkelAnimQuery | GetAnimQuery
(
const UE::FUsdPrim& SkelAnimationPrim |
||
| UE::FUsdSkelSkeletonQuery | GetSkelQuery
(
const UE::FUsdPrim& SkeletonPrim |
||
| UE::FUsdSkelSkinningQuery | GetSkinningQuery
(
const UE::FUsdPrim& SkinnedPrim |
||
| bool | Populate
(
const UE::FUsdPrim& SkelRootPrim, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FUsdSkelCache & | operator=
(
const FUsdSkelCache& Other |
||
| FUsdSkelCache & | operator=
(
FUsdSkelCache&& Other |