Navigation
API > API/Plugins > API/Plugins/UIFramework
| Name | FUIFrameworkCanvasBoxSlot |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UIFramework/Source/Public/Widgets/UIFCanvasBox.h |
| Include Path | #include "Widgets/UIFCanvasBox.h" |
Syntax
USTRUCT (BlueprintType )
struct FUIFrameworkCanvasBoxSlot : public FUIFrameworkSlotBase
Inheritance Hierarchy
- FFastArraySerializerItem → FUIFrameworkSlotBase → FUIFrameworkCanvasBoxSlot
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Alignment | FVector2D | Alignment is the pivot point of the widget. | Widgets/UIFCanvasBox.h |
|
| Anchors | FAnchors | Anchors. | Widgets/UIFCanvasBox.h |
|
| bSizeToContent | bool | When true we use the widget's desired size | Widgets/UIFCanvasBox.h |
|
| Offsets | FMargin | Offset. | Widgets/UIFCanvasBox.h |
|
| ZOrder | int32 | The order priority this widget is rendered inside the layer. | Widgets/UIFCanvasBox.h |
|