SSplitter::FindResizeableSlotAfterHandle

Given the index of the dragged handle and the children, find a child below/right_of the dragged handle that can be resized

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSplitter.h

Include

#include "Widgets/Layout/SSplitter.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SSplitter.cpp

Syntax

static int32 FindResizeableSlotAfterHandle
(
    int32 DraggedHandle,
    const TPanelChildren< FSlot > & Children
)

Remarks

Given the index of the dragged handle and the children, find a child below/right_of the dragged handle that can be resized

Returns

Children.Num() if no such child can be found.

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