Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimPhysicsSolver.h |
| Include | #include "Animation/AnimPhysicsSolver.h" |
Syntax
struct FAnimPhysPose
Remarks
Defines a transform (Position/Orientation) for an anim phys object without scaling
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAnimPhysPose
(
const FVector& InPosition, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FAnimPhysPose | Inverse () |
||
| FMatrix | Matrix () |
||
| FPlane | TransformPlane
(
const FPlane& InPlane |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FVector | |||
| FAnimPhysPose | operator*
(
const FAnimPhysPose& InPose |