Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/UStackBoxSlot
Description
Called by the designer to "nudge" a widget in a direction. Returns true if the nudge had any effect, false otherwise.
Virtual Inheritance
- UPanelSlot::NudgeByDesigner → UStackBoxSlot::NudgeByDesigner
| Name | NudgeByDesigner |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Components/StackBoxSlot.h |
| Include Path | #include "Components/StackBoxSlot.h" |
| Source | /Engine/Source/Runtime/UMG/Private/Components/StackBoxSlot.cpp |
virtual bool NudgeByDesigner
(
const FVector2D & NudgeDirection,
const TOptional < int32 > & GridSnapSize
)