SEventsTree::OnColumnSortModeChanged

Handles column sorting mode change

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 OnColumnSortModeChanged
(
    const [EColumnSortPriority::Type](API\Runtime\Slate\Widgets\Views\EColumnSortPriority__Type) SortPriority,
    const [FName](API\Runtime\Core\UObject\FName) & ColumnId,
    const [EColumnSortMode::Type](API\Runtime\Slate\Widgets\Views\EColumnSortMode__Type) InSortMode
)

Remarks

Handles column sorting mode change

Parameters

Name Description
InSortMode New sorting mode

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library