Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/ChaosDebugDraw
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FChaosDDTimeline
References
| Module | Chaos |
| Header | /Engine/Source/Runtime/Experimental/Chaos/Public/ChaosDebugDraw/ChaosDDTimeline.h |
| Include | #include "ChaosDebugDraw/ChaosDDTimeline.h" |
Syntax
class FChaosDDTimeline : public TSharedFromThis< FChaosDDTimeline >
Remarks
Holds a sequence of debug draw frames. Every system that runs its own loop will need a timeline. E.g., Physics Thread, Game Thread, RBANs
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosDDTimeline
(
const FString& InName, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BeginFrame
(
double InTime, |
||
| void | EndFrame () |
||
| const FChaosDDFramePtr & | |||
| void | GetFrames
(
TArray< FChaosDDFramePtr >& InOutFrames |
||
| const FString & | GetName () |
||
| void | SetCommandBudget
(
int32 InCommandBudget |
||
| void | SetDrawRegion
(
const FSphere3d& InDrawRegion |