![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Inheritance diagram for FExtensionBase:Public Member Functions | |
| virtual | ~FExtensionBase () |
| virtual EExtensionType::Type | GetType () const =0 |
Public Attributes | |
| FName | Hook |
| EExtensionHook::Position | HookPosition |
| TSharedPtr< FUICommandList > | CommandList |
|
inlinevirtual |
Virtual destructor needed, so that our members get cleaned up properly
|
pure virtual |
Implemented in FMenuBarExtension, FMenuExtension, and FToolBarExtension.
| TSharedPtr< FUICommandList > FExtensionBase::CommandList |
Command list to use for the actions being added to the UI
| FName FExtensionBase::Hook |
The ID of the extension point.
| EExtensionHook::Position FExtensionBase::HookPosition |
Where to hook in relation to the extension point