UVerticalBoxSlot::NudgeByDesigner

Called by the designer to "nudge" a widget in a direction.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UPanelSlot::NudgeByDesigner()

UVerticalBoxSlot::NudgeByDesigner()

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Components/VerticalBoxSlot.h

Include

#include "Components/VerticalBoxSlot.h"

Source

/Engine/Source/Runtime/UMG/Private/Components/VerticalBoxSlot.cpp

Syntax

virtual bool NudgeByDesigner
(
    const FVector2D & NudgeDirection,
    const TOptional< int32 > & GridSnapSize
)

Remarks

Called by the designer to "nudge" a widget in a direction. Returns true if the nudge had any effect, false otherwise.