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 |
FScopedWidgetSlotArguments AddSlot
(
int32 AtIndex
)
Add a slot to the splitter at the specified index Sample usage: SomeSplitter->AddSlot() [ SNew(SSomeWidget) ];
the new slot.