Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/Chaos > API/Runtime/Chaos/Chaos/Framework > API/Runtime/Chaos/Chaos/Framework/TPhysicsProxy
References
Module | Chaos |
Header | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Framework/PhysicsProxy.h |
Include | #include "Chaos/Framework/PhysicsProxy.h" |
bool IsSimulating&40;&41; const
Remarks
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