Navigation
API > API/Runtime > API/Runtime/SlateCore
Index of the special container to order widget in InvalidateRoot. See SlateInvalidationWidgetlist.
| Name | FSlateInvalidationWidgetIndex |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/SlateInvalidationWidgetIndex.h |
| Include Path | #include "FastUpdate/SlateInvalidationWidgetIndex.h" |
Syntax
struct FSlateInvalidationWidgetIndex
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSlateInvalidationWidgetIndex
(
IndexType InArray, |
FastUpdate/SlateInvalidationWidgetIndex.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| IndexType | uint16 | FastUpdate/SlateInvalidationWidgetIndex.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Invalid | const FSlateInvalidationWidgetIndex | FastUpdate/SlateInvalidationWidgetIndex.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ArrayIndex | IndexType | Index of the array node in FSlateInvalidationWidgetList | FastUpdate/SlateInvalidationWidgetIndex.h | |
| ElementIndex | IndexType | Index of the element node in FSlateInvalidationWidgetList | FastUpdate/SlateInvalidationWidgetIndex.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString ToString() |
FastUpdate/SlateInvalidationWidgetIndex.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
FSlateInvalidationWidgetIndex Other |
FastUpdate/SlateInvalidationWidgetIndex.h | ||
bool operator==
(
FSlateInvalidationWidgetIndex Other |
FastUpdate/SlateInvalidationWidgetIndex.h |