![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AnimPhysicsSolver.h>
Public Member Functions | |
| FAnimPhysPose (const FVector &InPosition, const FQuat &InOrient) | |
| FAnimPhysPose (const FVector &InPosition, const FQuat &InOrient, const float &InScale) | |
| FAnimPhysPose () | |
| FAnimPhysPose | Inverse () const |
| FMatrix | Matrix () const |
| FVector | operator* (const FVector &InPoint) const |
| FAnimPhysPose | operator* (const FAnimPhysPose &InPose) const |
| FPlane | TransformPlane (const FPlane &InPlane) |
Public Attributes | |
| FVector | Position |
| FQuat | Orientation |
| float | Scale |
Defines a transform (Position/Orientation) for an anim phys object without scaling
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| FQuat FAnimPhysPose::Orientation |
| FVector FAnimPhysPose::Position |
| float FAnimPhysPose::Scale |