Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FChaosSolversModule
Description
Shuts down and destroys a solver state
Should be called on whichever thread currently owns the solver state
| Name | DestroySolver |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/ChaosSolversModule.h |
| Include Path | #include "ChaosSolversModule.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/ChaosSolversModule.cpp |
void DestroySolver
(
Chaos::FPhysicsSolverBase * InState
)