Navigation
Unreal Engine C++ API Reference > Developer > ProfileVisualizer > SEventsTree
References
Module | ProfileVisualizer |
Header | /Engine/Source/Developer/ProfileVisualizer/Public/SEventsTree.h |
Include | #include "SEventsTree.h" |
Source | /Engine/Source/Developer/ProfileVisualizer/Private/SEventsTree.cpp |
void OnEventSelectionChanged ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FVisualizerEvent](API\Developer\ProfileVisualizer\FVisualizerEvent) > Selection, [ESelectInfo::Type](API\Runtime\SlateCore\Types\ESelectInfo__Type) SelectInfo )
Remarks
Function called when the currently selected event in the list of thread events changes
Parameters
Name | Description |
---|---|
Selection | Currently selected event |
SelectInfo | Provides context on how the selection changed |