Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/UMG/Public/Components/NamedSlot.h |
Include |
#include "Components/NamedSlot.h" |
class UNamedSlot : public UContentWidget
Allows you to expose an external slot for your user widget. When others reuse your user control, they can put whatever they want in this named slot.
Name | Description | ||
---|---|---|---|
|
TSharedPtr< SBo... |
MyBox |
Name | Description | |
---|---|---|
|
UNamedSlot ( |
Name | Description | ||
---|---|---|---|
|
OnSlotAdded ( |
||
|
OnSlotRemoved ( |
Name | Description | ||
---|---|---|---|
|
const FText |
GetPaletteCategory() |
Gets the palette category of the widget |
|
TSharedRef< ... |
RebuildWidget() |
Function implemented by all subclasses of UWidget is called when the underlying SWidget needs to be constructed. |
Name | Description | ||
---|---|---|---|
|
ReleaseSlateResources ( |