Navigation
API > API/Plugins > API/Plugins/UIFramework
| Name | FUIFrameworkParentWidget |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UIFramework/Source/Public/Types/UIFParentWidget.h |
| Include Path | #include "Types/UIFParentWidget.h" |
Syntax
USTRUCT (BlueprintType )
struct FUIFrameworkParentWidget
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Types/UIFParentWidget.h | |||
FUIFrameworkParentWidget
(
UUIFrameworkWidget* InWidget |
Types/UIFParentWidget.h | ||
FUIFrameworkParentWidget
(
UUIFrameworkPlayerComponent* InPlayer |
Types/UIFParentWidget.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsParentAWidget | bool | Types/UIFParentWidget.h | ||
| Parent | TObjectPtr< UObject > | Types/UIFParentWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UUIFrameworkPlayerComponent * AsPlayerComponent() |
Types/UIFParentWidget.h | ||
UUIFrameworkWidget * AsWidget() |
Types/UIFParentWidget.h | ||
bool IsParentValid() |
Types/UIFParentWidget.h | ||
bool IsPlayerComponent() |
Types/UIFParentWidget.h | ||
bool IsWidget() |
Types/UIFParentWidget.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const UUIFrameworkWidget* Other |
Types/UIFParentWidget.h | ||
bool operator!=
(
const FUIFrameworkParentWidget& Other |
Types/UIFParentWidget.h | ||
bool operator==
(
const UUIFrameworkWidget* Other |
Types/UIFParentWidget.h | ||
bool operator==
(
const FUIFrameworkParentWidget& Other |
Types/UIFParentWidget.h |