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
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 |
|