SBarVisualizer::OnBarGraphSelectionChanged

Function called when the currently selected bar graph changes

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 OnBarGraphSelectionChanged
(
    [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 bar graph changes

Parameters

Name Description
Selection Currently selected thread events
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