Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/TPhysicsProxy
Description
The following functions are to be implemented by all solver objects as we're using CRTP / F-Bound to statically dispatch the calls. Any common functions should be added here and to the derived solver objects
| Name | IsSimulating |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Framework/PhysicsProxy.h |
| Include Path | #include "Chaos/Framework/PhysicsProxy.h" |
bool IsSimulating() const