Navigation
API > API/Developer > API/Developer/ProfileVisualizer
Item used in task graph events list
| |
|
| Name |
SEventItem |
| Type |
class |
| Header File |
/Engine/Source/Developer/ProfileVisualizer/Public/SEventsTree.h |
| Include Path |
#include "SEventsTree.h" |
Syntax
class SEventItem : public SMultiColumnTableRow< TSharedPtr< FVisualizerEvent > >
Inheritance Hierarchy
- SMultiColumnTableRow< TSharedPtr< FVisualizerEvent > > → SEventItem
Structs
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| EventDuration |
TAttribute< double > |
|
SEventsTree.h |
|
| EventName |
FString |
|
SEventsTree.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
void Construct
(
const FArguments& InArgs,
const TSharedRef< STableViewBase >& InOwnerTableView
)
|
Construct the widget |
SEventsTree.h |
|
Public Virtual
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual TSharedRef< SWidget > GenerateWidgetForColumn
(
const FName& ColumnName
)
|
Generates a widget for task graph events list column |
SEventsTree.h |
|