Navigation
API > API/Plugins > API/Plugins/ChaosFleshEngine > API/Plugins/ChaosFleshEngine/ChaosFlesh
Inheritance Hierarchy
- FDataflowSimulationProxy
- FDataflowPhysicsSolverProxy
- FDataflowFleshSolverProxy
References
| Module | ChaosFleshEngine |
| Header | /Engine/Plugins/Experimental/ChaosFlesh/Source/ChaosFleshEngine/Public/ChaosFlesh/ChaosDeformableSolverComponent.h |
| Include | #include "ChaosFlesh/ChaosDeformableSolverComponent.h" |
Syntax
USTRUCT (BlueprintType )
struct FDataflowFleshSolverProxy : public FDataflowPhysicsSolverProxy
Variables
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< Chaos::Softs::FDeformableSolver > | Solver | Chaos deformable solver that will be used in the component |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FDataflowPhysicsSolverProxy
| Type | Name | Description | |
|---|---|---|---|
| void | AdvanceSolverDatas
(
const float DeltaTime |
Advance the solver datas in time | |
| float | GetTimeStep () |
Get the solver time step |
Overridden from FDataflowSimulationProxy
| Type | Name | Description | |
|---|---|---|---|
| const UScriptStruct * | Get the proxy script struct | ||
| bool | IsValid () |
Check if the proxy is valid |