Navigation
API > API/Plugins > API/Plugins/AnimNext
Inheritance Hierarchy
- FLODPose
- TLODPose
- FAnimNextLODPose
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/LODPose.h |
| Include | #include "LODPose.h" |
Syntax
struct FLODPose
Variables
| Type | Name | Description | |
|---|---|---|---|
| ELODPoseFlags | Flags | ||
| FTransformArrayView | LocalTransformsView | ||
| int32 | LODLevel | ||
| const FReferencePose * | RefPose |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLODPose () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| bool | True if retargeting is disabled | ||
| const TArrayView< const FBoneIndexType > | |||
| const TArrayView< const FBoneIndexType > | |||
| int32 | GetNumBones () |
||
| const FReferencePose & | GetRefPose () |
||
| const USkeleton * | |||
| const TArrayView< const FBoneIndexType > | |||
| bool | IsAdditive () |
||
| bool | IsValid () |
||
| void | SetDisableRetargeting
(
bool bDisableRetargeting |
Disable Retargeting | |
| void | SetIdentity
(
bool bAdditive |
||
| void | SetRefPose
(
bool bAdditive |
||
| void | SetUseRAWData
(
bool bUseRAWData |
Ignore compressed data and use RAW data instead, for debugging. | |
| void | SetUseSourceData
(
bool bUseSourceData |
Use Source data instead. | |
| bool | True if we're requesting RAW data instead of compressed data. For debugging. | ||
| bool | True if we're requesting Source data instead of RawAnimationData. For debugging. |
Constants
| Name | Description |
|---|---|
| INVALID_LOD_LEVEL |