Navigation
API > API/Plugins > API/Plugins/ChaosFleshEngine
Tick function that does post physics work on deformable components. This executes in EndPhysics (after physics is done)
| Name | FDeformableEndTickFunction |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ChaosFlesh/Source/ChaosFleshEngine/Public/ChaosFlesh/ChaosDeformableSolverThreading.h |
| Include Path | #include "ChaosFlesh/ChaosDeformableSolverThreading.h" |
Syntax
USTRUCT ()
struct FDeformableEndTickFunction : public FTickFunction
Inheritance Hierarchy
- FTickFunction → FDeformableEndTickFunction
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DeformableSolverComponent | UDeformableSolverComponent * | ChaosFlesh/ChaosDeformableSolverThreading.h |