Navigation
API > API/Editor > API/Editor/RewindDebuggerInterface
Inheritance Hierarchy
- IModularFeature
- IRewindDebuggerViewCreator
References
| Module | RewindDebuggerInterface |
| Header | /Engine/Source/Editor/RewindDebuggerInterface/Public/IRewindDebuggerViewCreator.h |
| Include | #include "IRewindDebuggerViewCreator.h" |
Syntax
class IRewindDebuggerViewCreator : public IModularFeature
Remarks
Interface class which creates debug widgets.
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< IRewindDebuggerView > | CreateDebugView
(
uint64 ObjectId, |
Creates and returns a widget, which will be displayed in Rewind Debugger | |
| FSlateIcon | GetIcon () |
Icon for tab header | |
| FName | GetName () |
Returns a unique name for identifying this type of widget (same value returned by IRewindDebuggerView::GetName) | |
| FName | Returns the name of a type of UObject for which this debug view will be created | ||
| FText | GetTitle () |
Text for tab header | |
| bool | HasDebugInfo
(
uint64 ObjectId |
Optional additional filter, to prevent debug views from being listed if they have no data |
Constants
| Name | Description |
|---|---|
| ModularFeatureName |