Navigation
API > API/Runtime > API/Runtime/Chaos
Classes
| Type | Name | Description | |
|---|---|---|---|
| FChaosDDContext | A thread-local debug draw context used to access the queue to draw to for any thread on which debug draw has been set up. | ||
| FChaosDDFrame | A single frame of debug draw data | ||
| FChaosDDFrameWriter | Used to write to a debug draw frame. | ||
| FChaosDDGlobalFrame | A special frame used for out-of-frame debug draw. | ||
| FChaosDDScene | Debug draw system for a world. In PIE there will be one of these for the server and each client. | ||
| FChaosDDScopeTaskContext | A scoped wrapper for FChaosDDTaskContext | ||
| FChaosDDScopeTimelineContext | A scoped wrapper for FChaosDDTimelineContext | ||
| FChaosDDTaskContext | Initializes the FChaosDDContext for a task thread. | ||
| FChaosDDTaskParentContext | Used to propagate a debug draw context to a child thread. | ||
| FChaosDDTimeline | Holds a sequence of debug draw frames. | ||
| FChaosDDTimelineContext | Initializes the FChaosDDContext for a thread that owns a timeline | ||
| IChaosDDRenderer | Primitive rendering API for use by debug draw objects |
Typedefs
| Name | Description |
|---|---|
| FChaosDDCommand | A frame is a sequence of debug draw commands. |
| FChaosDDFramePtr | |
| FChaosDDGlobalFramePtr | |
| FChaosDDScenePtr | |
| FChaosDDSceneWeakPtr | |
| FChaosDDTimelinePtr | |
| FChaosDDTimelineWeakPtr |