Navigation
API > API/Editor > API/Editor/RewindDebuggerInterface
Inheritance Hierarchy
- IModularFeature
- IRewindDebuggerTrackCreator
References
| Module | RewindDebuggerInterface |
| Header | /Engine/Source/Editor/RewindDebuggerInterface/Public/IRewindDebuggerTrackCreator.h |
| Include | #include "IRewindDebuggerTrackCreator.h" |
Syntax
class IRewindDebuggerTrackCreator : public IModularFeature
Remarks
Interface class which creates tracks.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< RewindDebugger::FRewindDebuggerTrack > | CreateTrack
(
uint64 ObjectId |
Create a track which will be shown in the timeline view and tree view, as a child track of the Object. | |
| FName | GetName () |
Returns an identifying Name for this type of track | |
| int32 | Returns an integer. Higher values will show higher in the track list (default is 0) | ||
| FName | Returns the type of UObject this track creator can create tracks for | ||
| void | GetTrackTypes
(
TArray< FRewindDebuggerTrackType >& Types |
||
| bool | HasDebugInfo
(
uint64 ObjectId |
Optional additional filter, to prevent debug views from being listed if they have no data |
Constants
| Name | Description |
|---|---|
| ModularFeatureName |