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 FChaosDDTaskParentContext
Remarks
Used to propagate a debug draw context to a child thread. To use:
- put a FChaosDDTaskParentContext on the stack on the parent thread
- pass the FChaosDDTaskParentContext to the child thread
- put FChaosDDScopeTaskContext(ParentContext) on the child thread (Search for FChaosDDScopeTaskContext for examples.)
Constructors
| Type | Name | Description | |
|---|---|---|---|