Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/Chaos
References
| Module | Chaos |
| Header | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ParticleDirtyFlags.h |
| Include | #include "Chaos/ParticleDirtyFlags.h" |
Syntax
class FParticleDynamics
Functions
| Type | Name | Description | |
|---|---|---|---|
| FVec3 | Acceleration () |
||
| FVec3 | |||
| FVec3 | |||
| void | CopyFrom
(
const TOther& Other |
||
| bool | IsEqual
(
const TOther& Other |
||
| FVec3 | |||
| void | Serialize
(
FChaosArchive& Ar |
||
| void | SetAcceleration
(
const FVec3& Acceleration |
||
| void | SetAngularAcceleration
(
const FVec3& AngularAcceleration |
||
| void | SetAngularImpulseVelocity
(
const FVec3& AngularImpulseVelocity |
||
| void | SetLinearImpulseVelocity
(
const FVec3& LinearImpulseVelocity |
||
| FParticleDynamics | ZeroValue () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FParticleDynamics& Other |