Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Components/CanvasPanelSlot.h |
| Include | #include "Components/CanvasPanelSlot.h" |
Syntax
struct FAnchorData
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector2D | Alignment | Alignment is the pivot point of the widget. | |
| FAnchors | Anchors | Anchors. | |
| FMargin | Offsets | Offset. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FAnchorData& Other |
Compares this set of FAnchorData with another for inequality. | |
| bool | operator==
(
const FAnchorData& Other |
Compares this set of FAnchorData with another for equality. |