Navigation
API > API/Plugins > API/Plugins/UIFramework
| Name | FUIFrameworkWidgetTreeEntry |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UIFramework/Source/Public/Types/UIFWidgetTree.h |
| Include Path | #include "Types/UIFWidgetTree.h" |
Syntax
USTRUCT ()
struct FUIFrameworkWidgetTreeEntry : public FFastArraySerializerItem
Inheritance Hierarchy
- FFastArraySerializerItem → FUIFrameworkWidgetTreeEntry
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Types/UIFWidgetTree.h | |||
FUIFrameworkWidgetTreeEntry
(
UUIFrameworkWidget* Parent, |
Types/UIFWidgetTree.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Child | TObjectPtr< UUIFrameworkWidget > | Types/UIFWidgetTree.h | ||
| ChildId | FUIFrameworkWidgetId | Types/UIFWidgetTree.h | ||
| Parent | TObjectPtr< UUIFrameworkWidget > | Types/UIFWidgetTree.h | ||
| ParentId | FUIFrameworkWidgetId | Types/UIFWidgetTree.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GetDebugString() |
Types/UIFWidgetTree.h | ||
bool IsChildValid() |
Types/UIFWidgetTree.h | ||
bool IsParentValid() |
Types/UIFWidgetTree.h |