FSlateInvalidationWidgetSortOrder

SlateInvalidationWidgetIndex cannot be used to sort the widget since the ArrayIndex may not be in the expected order.

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationWidgetSortOrder.h

Include

#include "FastUpdate/SlateInvalidationWidgetSortOrder.h"

Syntax

struct FSlateInvalidationWidgetSortOrder

Remarks

SlateInvalidationWidgetIndex cannot be used to sort the widget since the ArrayIndex may not be in the expected order. (See the array as a double linked list). SlateInvalidationWidgetSortOrder builds a unique number that represents the order of the widget. The number is padded in a way to keep the order but not necessarily sequential. It is valid until the next SlateInvalidationRoot::ProcessInvalidation()

Constructors

Name Description

Public function

FSlateInvalidationWidgetSortOrder()

Public function

FSlateInvalidationWidgetSortOrder

(
    const FSlateInvalidationWidgetList ...,
    FSlateInvalidationWidgetIndex Index
)

Operators

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