Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Subsystems
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/Subsystems/PanelExtensionSubsystem.h |
| Include | #include "Subsystems/PanelExtensionSubsystem.h" |
Syntax
struct FPanelExtensionFactory
Variables
| Type | Name | Description | |
|---|---|---|---|
| FCreateExtensionWidget | CreateExtensionWidget | ||
| FGenericCreateWidget | CreateWidget | ||
| FName | Identifier | An identifier to allow removal later on. | |
| int32 | SortWeight | Weight used when sorting against other factories for this panel (higher weights sort first) |
Typedefs
| Name | Description |
|---|---|
| FCreateExtensionWidget | Delegate that generates the SExtensionPanel content widget. |
| FGenericCreateWidget |