Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SConstraintCanvas.h |
Include |
#include "Widgets/Layout/SConstraintCanvas.h" |
class FSlot : public TSlotBase< FSlot >
ConstraintCanvas slots allow child widgets to be positioned and sized
Name | Description | |
---|---|---|
|
FSlot() |
Default values for a slot. |
Name | Description | ||
---|---|---|---|
|
Construct ( |
||
|
GetAlignment() |
||
|
GetAnchors() |
||
|
GetAutoSize() |
||
|
GetOffset() |
||
|
float |
GetZOrder() |
|
|
SetAlignment ( |
||
|
SetAnchors ( |
||
|
SetAutoSize ( |
||
|
SetOffset ( |
||
|
SetZOrder ( |
Name |
Description |
|
---|---|---|
|
FSlotArguments |
Name | Description | ||
---|---|---|---|
|
TAttribute< FVe... |
AlignmentAttr |
Direct access to AlignmentAttr is now deprecated. Use the getter or setter. |
|
TAttribute< FAn... |
AnchorsAttr |
Direct access to AnchorsAttr is now deprecated. Use the getter or setter. |
|
TAttribute< boo... |
AutoSizeAttr |
Direct access to AutoSizeAttr is now deprecated. Use the getter or setter. |
|
TAttribute< FMa... |
OffsetAttr |
Direct access to OffsetAttr is now deprecated. Use the getter or setter. |
|
TAttribute< flo... |
ZOrderAttr |
Direct access to ZOrderAttr is now deprecated. Use the getter or setter. |