Navigation
Unreal Engine C++ API Reference > 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 | |
![]() |
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 |
Deprecated Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FGenericCreateWidget | CreateWidget | Use CreateExtensionWidget instead |