SSplitter::AddSlot

Add a slot to the splitter at the specified index Sample usage: SomeSplitter->[AddSlot()](API\Runtime\Slate\Widgets\Layout\SSplitter\AddSlot) [ SNew(SSomeWidget) ];

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

FSlot & AddSlot
(
    int32 AtIndex
)

Remarks

Add a slot to the splitter at the specified index Sample usage: SomeSplitter->AddSlot() [ SNew(SSomeWidget) ];

Returns

the new slot.

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