UPanelSlot::NudgeByDesigner

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

Windows
MacOS
Linux

Override Hierarchy

UPanelSlot::NudgeByDesigner()

UCanvasPanelSlot::NudgeByDesigner()

References

Module

UMG

Header

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

Include

#include "Components/PanelSlot.h"

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss