SBarVisualizer::OnBarEventSelectionChanged

Function called when the user selects an event bar in the graph

Windows
MacOS
Linux

References

Module

TaskGraph

Header

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

Include

#include "SBarVisualizer.h"

Source

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

Syntax

void OnBarEventSelectionChanged
(
    TSharedPtr< FVisualizerEvent > Selection,
    ESelectInfo::Type SelectInfo,
    int32 BarId
)

Remarks

Function called when the user selects an event bar in the graph

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