Navigation
API > API/Plugins > API/Plugins/UIFramework
| Name | UUIFrameworkColorBlock |
| Type | class |
| Header File | /Engine/Plugins/Experimental/UIFramework/Source/Public/Widgets/UIFColorBlock.h |
| Include Path | #include "Widgets/UIFColorBlock.h" |
Syntax
UCLASS (MinimalAPI, DisplayName="Color Block UIFramework")
class UUIFrameworkColorBlock : public UUIFrameworkWidget
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMVVMViewModelBase → UUIFrameworkWidget → UUIFrameworkColorBlock
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UUIFrameworkColorBlock() |
Widgets/UIFColorBlock.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Color | FLinearColor | Widgets/UIFColorBlock.h |
|
|
| DesiredSize | FVector2f | Widgets/UIFColorBlock.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLinearColor GetColor() |
Widgets/UIFColorBlock.h |
|
|
FVector2f GetDesiredSize() |
Widgets/UIFColorBlock.h |
|
|
void SetColor
(
FLinearColor Tint |
Widgets/UIFColorBlock.h |
|
|
void SetDesiredSize
(
FVector2f DesiredSize |
Widgets/UIFColorBlock.h |
|
Overridden from UUIFrameworkWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void LocalOnUMGWidgetCreated() |
Widgets/UIFColorBlock.h |