SSplitter::RemoveAt

Remove the child at IndexToRemove

Choose your operating system:

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

void RemoveAt
(
    int32 IndexToRemove
)

Remarks

Remove the child at IndexToRemove

Parameters

Parameter

Description

IndexToRemove

Remove the slot and child at this index.