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

#include <SimulationSpace.h>

Public Member Functions

 FSimulationSpace ()
 

Public Attributes

FVec3 LinearAcceleration
 
FVec3 AngularAcceleration
 
FVec3 LinearVelocity
 
FVec3 AngularVelocity
 

Detailed Description

Information about the space in which a simulation is being run. This, when combined with a FSimulationSpaceSettings object, can be used to pass a tunable fraction of the world-space movement on to the bodies.

Constructor & Destructor Documentation

◆ FSimulationSpace()

Chaos::FSimulationSpace::FSimulationSpace ( )
inline

Member Data Documentation

◆ AngularAcceleration

FVec3 Chaos::FSimulationSpace::AngularAcceleration

◆ AngularVelocity

FVec3 Chaos::FSimulationSpace::AngularVelocity

◆ LinearAcceleration

FVec3 Chaos::FSimulationSpace::LinearAcceleration

◆ LinearVelocity

FVec3 Chaos::FSimulationSpace::LinearVelocity

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