FSortPayload

Aggregated data from the sort methods.

Windows
MacOS
Linux

References

Module

SceneOutliner

Header

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

Include

#include "SortHelper.h"

Syntax

struct FSortPayload

Remarks

Aggregated data from the sort methods. We extract the sort data from all elements first, then sort based on the extracted data.

Variables

Name Description

Public variable

int32

 

OriginalIndex

Public variable

PrimaryKeyType

 

PrimaryKey

Public variable

SecondaryKeyTyp...

 

SecondaryKey

Constructors

Name Description

Public function

FSortPayload

(
    FSortPayload&& Other
)

Public function

FSortPayload

(
    int32 InOriginalIndex,
    PrimaryKeyType&& InPrimaryKey,
    SecondaryKeyType&& InSecondaryKey
)

Operators

Name Description

Public function

FSortPayload...

 

operator=

(
    FSortPayload&& rhs
)

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