Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/TPanelChildren
Description
Removes the corresponding widget from the set of children if it exists. Returns the index it found the child at, INDEX_NONE otherwise.
| Name | Remove |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/Children.h |
| Include Path | #include "Layout/Children.h" |
int32 Remove
(
const TSharedRef < SWidget > & SlotWidget
)