Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FEvolution
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FSolverParticles & GetParticles () |
Chaos/SoftsEvolution.h | ||
| Giving non-const access so data can be set freely, but do not add or remove particles here. Use AddSoftBody. | Chaos/SoftsEvolution.h |
GetParticles()
| Name | GetParticles |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/SoftsEvolution.h |
| Include Path | #include "Chaos/SoftsEvolution.h" |
const FSolverParticles & GetParticles() const
GetParticles()
Description
Giving non-const access so data can be set freely, but do not add or remove particles here. Use AddSoftBody.
| Name | GetParticles |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/SoftsEvolution.h |
| Include Path | #include "Chaos/SoftsEvolution.h" |
FSolverParticles & GetParticles()