Navigation
API > API/Runtime > API/Runtime/Chaos
Per Group context with information about the current solver configuration.
| Name | FEvolutionGroupContext |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/SoftsEvolution.h |
| Include Path | #include "Chaos/SoftsEvolution.h" |
Syntax
struct FEvolutionGroupContext
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentNewtonIteration | int32 | Chaos/SoftsEvolution.h | ||
| CurrentPBDIteration | int32 | Chaos/SoftsEvolution.h | ||
| Dt | FSolverReal | Chaos/SoftsEvolution.h | ||
| NumNewtonIterations | int32 | Chaos/SoftsEvolution.h | ||
| NumPBDIterations | int32 | Chaos/SoftsEvolution.h | ||
| SolverMode | ESolverMode | Chaos/SoftsEvolution.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Init
(
ESolverMode InSolverMode, |
Chaos/SoftsEvolution.h | ||
void Reset() |
Chaos/SoftsEvolution.h |