SBarVisualizer::OnBarEventSelectionChanged

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

Unreal Engine C++ API Reference > Developer > ProfileVisualizer > SBarVisualizer

References

   
Module ProfileVisualizer
Header /Engine/Source/Developer/ProfileVisualizer/Public/SBarVisualizer.h
Include #include "SBarVisualizer.h"
Source /Engine/Source/Developer/ProfileVisualizer/Private/SBarVisualizer.cpp
void OnBarEventSelectionChanged
(
    [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FVisualizerEvent](API\Developer\ProfileVisualizer\FVisualizerEvent) > Selection,
    [ESelectInfo::Type](API\Runtime\SlateCore\Types\ESelectInfo__Type) SelectInfo,
    int32 BarId
)

Remarks

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

Parameters

Name Description
Selection Currently selected event
SelectInfo Provides context on how the selection changed

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library