Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/ChaosDebugDraw
References
| Module | Chaos |
| Header | /Engine/Source/Runtime/Experimental/Chaos/Public/ChaosDebugDraw/ChaosDDContext.h |
| Include | #include "ChaosDebugDraw/ChaosDDContext.h" |
Syntax
class FChaosDDTimelineContext
Remarks
Initializes the FChaosDDContext for a thread that owns a timeline
This starts a new frame (debug draw buffer) and sets up the FChaosDDContext for this thread. The active context should be accessed via FChaosDDContext::GetWriter(). FChaosDDTimelineContext is not directly used other than to instantiate.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BeginFrame
(
const FChaosDDTimelinePtr& InTimeline, |
||
| void | EndFrame () |