UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAnimPhysState Class Reference

#include <AnimPhysicsSolver.h>

+ Inheritance diagram for FAnimPhysState:

Public Member Functions

ENGINE_API FAnimPhysState ()
 
ENGINE_API FAnimPhysState (const FVector &InPosition, const FQuat &InOrient, const FVector &InLinearMomentum, const FVector &InAngularMomentum)
 
FAnimPhysPoseGetPose ()
 
const FAnimPhysPoseGetPose () const
 
FAnimPhysStateGetState ()
 
const FAnimPhysStateGetState () const
 

Public Attributes

FAnimPhysPose Pose
 
FVector LinearMomentum
 
FVector AngularMomentum
 

Detailed Description

Defines a single closed, convex shape within the rigid body

Constructor & Destructor Documentation

◆ FAnimPhysState() [1/2]

FAnimPhysState::FAnimPhysState ( )

◆ FAnimPhysState() [2/2]

FAnimPhysState::FAnimPhysState ( const FVector InPosition,
const FQuat InOrient,
const FVector InLinearMomentum,
const FVector InAngularMomentum 
)

Member Function Documentation

◆ GetPose() [1/2]

FAnimPhysPose & FAnimPhysState::GetPose ( )
inline

◆ GetPose() [2/2]

const FAnimPhysPose & FAnimPhysState::GetPose ( ) const
inline

◆ GetState() [1/2]

FAnimPhysState & FAnimPhysState::GetState ( )
inline

◆ GetState() [2/2]

const FAnimPhysState & FAnimPhysState::GetState ( ) const
inline

Member Data Documentation

◆ AngularMomentum

FVector FAnimPhysState::AngularMomentum

◆ LinearMomentum

FVector FAnimPhysState::LinearMomentum

◆ Pose

FAnimPhysPose FAnimPhysState::Pose

The documentation for this class was generated from the following files: