Choose your operating system:
Windows
macOS
Linux
Module |
|
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 |
static int32 FindResizeableSlotBeforeHandle
(
int32 DraggedHandle,
const TPanelChildren< FSlot > & Children
)
Given the index of the dragged handle and the children, find a child above/left_of of the dragged handle that can be resized.
INDEX_NONE if no such child can be found.