UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAnimPhysPose Struct Reference

#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
 

Detailed Description

Defines a transform (Position/Orientation) for an anim phys object without scaling

Constructor & Destructor Documentation

◆ FAnimPhysPose() [1/3]

FAnimPhysPose::FAnimPhysPose ( const FVector InPosition,
const FQuat InOrient 
)
inline

◆ FAnimPhysPose() [2/3]

FAnimPhysPose::FAnimPhysPose ( const FVector InPosition,
const FQuat InOrient,
const float InScale 
)
inline

◆ FAnimPhysPose() [3/3]

FAnimPhysPose::FAnimPhysPose ( )
inline

Member Function Documentation

◆ Inverse()

FAnimPhysPose FAnimPhysPose::Inverse ( ) const
inline

◆ Matrix()

FMatrix FAnimPhysPose::Matrix ( ) const
inline

◆ operator*() [1/2]

FAnimPhysPose FAnimPhysPose::operator* ( const FAnimPhysPose InPose) const
inline

◆ operator*() [2/2]

FVector FAnimPhysPose::operator* ( const FVector InPoint) const
inline

◆ TransformPlane()

FPlane FAnimPhysPose::TransformPlane ( const FPlane InPlane)
inline

Member Data Documentation

◆ Orientation

FQuat FAnimPhysPose::Orientation

◆ Position

FVector FAnimPhysPose::Position

◆ Scale

float FAnimPhysPose::Scale

The documentation for this struct was generated from the following file: