Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components > API/Runtime/UMG/Components/INamedSlotInterface
- INamedSlotInterface::GetContentForSlot()
- UExpandableArea::GetContentForSlot()
- UUserWidget::GetContentForSlot()
- UWidgetTree::GetContentForSlot()
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Components/NamedSlotInterface.h |
| Include | #include "Components/NamedSlotInterface.h" |
UWidget * GetContentForSlot
(
FName SlotName
) const
Remarks
Gets the widget for a given slot by name, will return nullptr if no widget is in the slot.