Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/ChaosDebugDraw
Type
typedef TFunction < void &)> FChaosDDCommand
References
| Module | Chaos |
| Header | /Engine/Source/Runtime/Experimental/Chaos/Public/ChaosDebugDraw/ChaosDDFrame.h |
| Include | #include "ChaosDebugDraw/ChaosDDFrame.h" |
Remarks
A frame is a sequence of debug draw commands. A command is just a functor that uses a DD Renderer and can be a simple as drawing a line, or as complex as drawing a set of rigid bodies, constraints, etc.
E.g., See FChaosDDLine, FChaosDDSphere, FChaosDDParticle