![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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) |
| FAnimPhysPose & | GetPose () |
| const FAnimPhysPose & | GetPose () const |
| FAnimPhysState & | GetState () |
| const FAnimPhysState & | GetState () const |
Public Attributes | |
| FAnimPhysPose | Pose |
| FVector | LinearMomentum |
| FVector | AngularMomentum |
Defines a single closed, convex shape within the rigid body
| FAnimPhysState::FAnimPhysState | ( | ) |
| FAnimPhysState::FAnimPhysState | ( | const FVector & | InPosition, |
| const FQuat & | InOrient, | ||
| const FVector & | InLinearMomentum, | ||
| const FVector & | InAngularMomentum | ||
| ) |
|
inline |
|
inline |
|
inline |
|
inline |
| FVector FAnimPhysState::AngularMomentum |
| FVector FAnimPhysState::LinearMomentum |
| FAnimPhysPose FAnimPhysState::Pose |