Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components
Inheritance Hierarchy
- INamedSlotInterface
- UExpandableArea
- UEditorUtilityExpandableArea
- UUserWidget
- UCommonUserWidget
- UCommonActivatableWidget
- UXRCreativePaletteTab
- UXRCreativePaletteToolTab
- UCommonButtonBase
- UCommonBoundActionButton
- UCommonRotator
- UCommonTabListWidgetBase
- UXRCreativePalette
- UDGGUI
- UEditorUtilityWidget
- ULevelSequenceBurnIn
- UMovieGraphBurnInWidget
- UMoviePipelineBurnInWidget
- UMovieRenderDebugWidget
- UTakeRecorderOverlayWidget
- UUTBCommandUMGUI
- UVCamWidget
- UVCamStateSwitcherWidget
- UWidgetTree
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Components/NamedSlotInterface.h |
| Include | #include "Components/NamedSlotInterface.h" |
Syntax
class INamedSlotInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ContainsContent
(
UWidget* Content |
Determines if any slot holds the given widget. | |
| FName | FindSlotForContent
(
UWidget* Content |
Determines if any slot holds the given widget and the name of that slot. | |
| UWidget * | GetContentForSlot
(
FName SlotName |
Gets the widget for a given slot by name, will return nullptr if no widget is in the slot. | |
| void | GetSlotNames
(
TArray< FName >& SlotNames |
Gets the names for slots that we can store widgets into. | |
| void | ReleaseNamedSlotSlateResources
(
bool bReleaseChildren |
Releases named slot related resources. | |
| void | SetContentForSlot
(
FName SlotName, |
Sets the widget for a given slot by name. | |
| void | SetNamedSlotDesignerFlags
(
EWidgetDesignFlags NewFlags |
Applies the designer flags to the all of the content in all the slots. |