FSortHelper::Secondary

Sort secondarily by the specified function and mode.

Windows
MacOS
Linux

References

Module

SceneOutliner

Header

/Engine/Source/Editor/SceneOutliner/Public/SortHelper.h

Include

#include "SortHelper.h"

Syntax

FSortHelper & Secondary
(
    FSecondaryFunction && Function,
    EColumnSortMode::Type SortMode
)

Remarks

Sort secondarily by the specified function and mode. Beware the function is a reference, so must be valid for the lifetime of this instance.

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