Navigation
API > API/Plugins > API/Plugins/ChaosVD
Inheritance Hierarchy
- FTSTickerObjectBase
- TSharedFromThis
- FChaosVDEngine
References
| Module | ChaosVD |
| Header | /Engine/Plugins/Experimental/ChaosVD/Source/ChaosVD/Public/ChaosVDEngine.h |
| Include | #include "ChaosVDEngine.h" |
Syntax
class FChaosVDEngine :
public FTSTickerObjectBase,
public TSharedFromThis< FChaosVDEngine >
Remarks
Core Implementation of the visual debugger - Owns the systems that are not UI
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | DeInitialize () |
||
| TSharedPtr< FChaosVDScene > & | |||
| const FGuid & | |||
| TSharedPtr< FChaosVDPlaybackController > & | |||
| void | Initialize () |
||
| void | LoadRecording
(
const FString& FilePath |
Overridden from FTSTickerObjectBase
| Type | Name | Description | |
|---|---|---|---|
| bool | Tick
(
float DeltaTime |
Pure virtual that must be overloaded by the inheriting class. |