Navigation
API > API/Plugins > API/Plugins/ChaosFleshEngine > API/Plugins/ChaosFleshEngine/ChaosFlesh
Inheritance Hierarchy
- FTickFunction
- FDeformableEndTickFunction
References
| Module | ChaosFleshEngine |
| Header | /Engine/Plugins/Experimental/ChaosFlesh/Source/ChaosFleshEngine/Public/ChaosFlesh/ChaosDeformableSolverThreading.h |
| Include | #include "ChaosFlesh/ChaosDeformableSolverThreading.h" |
Syntax
USTRUCT&40;&41;
struct FDeformableEndTickFunction : public FTickFunction
Remarks
Tick function that does post physics work on deformable components. This executes in EndPhysics (after physics is done)
Variables
| Type | Name | Description | |
|---|---|---|---|
| UDeformableSolverComponent * | DeformableSolverComponent |
Overridden from FTickFunction
| Type | Name | Description | |
|---|---|---|---|
| FName | DiagnosticContext
(
bool bDetailed |
Function used to describe this tick for active tick reporting. | |
| FString | Abstract function to describe this tick. | ||
| void | ExecuteTick
(
float DeltaTime, |
Abstract function to execute the tick. |