SCanvas::RemoveSlot

Removes a particular content slot.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/SCanvas.h

Include

#include "Widgets/SCanvas.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/SCanvas.cpp

Syntax

int32 RemoveSlot
(
    const TSharedRef< SWidget > & SlotWidget
)

Remarks

Removes a particular content slot.

Parameters

Parameter

Description

SlotWidget

The widget in the slot to remove.

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