Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/Chaos > API/Runtime/Chaos/Chaos/Evolution
References
Module | Chaos |
Header | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Evolution/SimulationSpace.h |
Include | #include "Chaos/Evolution/SimulationSpace.h" |
Syntax
class FSimulationSpace
Remarks
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.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FVec3 | AngularAcceleration | |
![]() |
FVec3 | AngularVelocity | |
![]() |
FVec3 | LinearAcceleration | |
![]() |
FVec3 | LinearVelocity | |
![]() |
FRigidTransform3 | Transform |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |