SEventsTree::OnEventSelectionChanged

Function called when the currently selected event in the list of thread events changes

Windows
MacOS
Linux

References

Module

TaskGraph

Header

/Engine/Source/Developer/TaskGraph/Public/SEventsTree.h

Include

#include "SEventsTree.h"

Source

/Engine/Source/Developer/TaskGraph/Private/SEventsTree.cpp

Syntax

void OnEventSelectionChanged
(
    TSharedPtr< FVisualizerEvent > Selection,
    ESelectInfo::Type SelectInfo
)

Remarks

Function called when the currently selected event in the list of thread events changes

Parameters

Parameter

Description

Selection

Currently selected event

SelectInfo

Provides context on how the selection changed

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss