Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | SExtensionPanel |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Subsystems/PanelExtensionSubsystem.h |
| Include Path | #include "Subsystems/PanelExtensionSubsystem.h" |
Syntax
class SExtensionPanel : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SExtensionPanel
- FSlateControlledConstruction → SWidget → SCompoundWidget → SExtensionPanel
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~SExtensionPanel() |
Subsystems/PanelExtensionSubsystem.h |
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DefaultWidget | TSharedPtr< SWidget > | Subsystems/PanelExtensionSubsystem.h | ||
| ExtensionContext | FWeakObjectPtr | Subsystems/PanelExtensionSubsystem.h | ||
| ExtensionPanelID | FName | Subsystems/PanelExtensionSubsystem.h | ||
| WindowZoneOverride | TAttribute< EWindowZone::Type > | Subsystems/PanelExtensionSubsystem.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Constructs the widget | Subsystems/PanelExtensionSubsystem.h | |
UObject * GetExtensionContext() |
Subsystems/PanelExtensionSubsystem.h |
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EWindowZone::Type GetWindowZoneOverride() |
Subsystems/PanelExtensionSubsystem.h |