Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Subsystems > API/Editor/UnrealEd/Subsystems/FPanelExtensionFactory
Type
typedef TBaseDelegate_OneParam< TSharedRef< SWidget >, FWeakObjectPtr > FCreateExtensionWidget
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Subsystems/PanelExtensionSubsystem.h |
| Include | #include "Subsystems/PanelExtensionSubsystem.h" |
Remarks
Delegate that generates the SExtensionPanel content widget. The FWeakObjectPtr param is an opaque context specific to the panel that is being extended which can be used to customize or populate the extension widget.