Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Blueprint > API/Runtime/UMG/Blueprint/UWidgetBlueprintGeneratedClass
Syntax
TArray< FName > InstanceNamedSlots
Remarks
These are the set of named slots that can be used on an instance of the widget. This set is slightly different from available named slots, because ones designated UNamedSlot::bExposeOnInstanceOnly == true will also be in this list, even though they wont be in AvailableNamedSlots, if are inherited, as inherited named slots do not have the capability to remove existing content in a named slot.