Navigation
API > API/Plugins > API/Plugins/UIFramework
| Name | FUIFrameworkWidgetId |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UIFramework/Source/Public/Types/UIFWidgetId.h |
| Include Path | #include "Types/UIFWidgetId.h" |
Syntax
USTRUCT ()
struct FUIFrameworkWidgetId
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Types/UIFWidgetId.h | |||
FUIFrameworkWidgetId
(
UUIFrameworkWidget* InWidget |
Types/UIFWidgetId.h | ||
FUIFrameworkWidgetId
(
int64 InKey |
Types/UIFWidgetId.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| KeyGenerator | int64 | Types/UIFWidgetId.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Key | int64 | Types/UIFWidgetId.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int64 GetKey() |
Types/UIFWidgetId.h | ||
bool IsRoot() |
Types/UIFWidgetId.h | ||
bool IsValid() |
Types/UIFWidgetId.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FUIFrameworkWidgetId MakeNew() |
Types/UIFWidgetId.h | ||
static FUIFrameworkWidgetId MakeRoot() |
Types/UIFWidgetId.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FUIFrameworkWidgetId& Other |
Types/UIFWidgetId.h | ||
bool operator==
(
const FUIFrameworkWidgetId& Other |
Types/UIFWidgetId.h |