Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | FPanelExtensionFactory |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Subsystems/PanelExtensionSubsystem.h |
| Include Path | #include "Subsystems/PanelExtensionSubsystem.h" |
Syntax
struct FPanelExtensionFactory
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FCreateExtensionWidget | TBaseDelegate_OneParam< TSharedRef< SWidget >, FWeakObjectPtr > | Delegate that generates the SExtensionPanel content widget. | Subsystems/PanelExtensionSubsystem.h |
| FGenericCreateWidget | TBaseDelegate_OneParam< TSharedRef< SWidget >, const TArray< UObject * > & > | Subsystems/PanelExtensionSubsystem.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CreateExtensionWidget | FCreateExtensionWidget | Subsystems/PanelExtensionSubsystem.h | ||
| CreateWidget | FGenericCreateWidget | Subsystems/PanelExtensionSubsystem.h | ||
| Identifier | FName | An identifier to allow removal later on. | Subsystems/PanelExtensionSubsystem.h | |
| SortWeight | int32 | Weight used when sorting against other factories for this panel (higher weights sort first) | Subsystems/PanelExtensionSubsystem.h |