Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FExtender
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Apply
(
FName ExtensionHook, |
Applies any menu bar extensions at the specified extension point | Framework/MultiBox/MultiBoxExtender.h | |
void Apply
(
FName ExtensionHook, |
Applies any extensions at the specified extension point | Framework/MultiBox/MultiBoxExtender.h | |
void Apply
(
FName ExtensionHook, |
Applies any extensions at the specified extension point | Framework/MultiBox/MultiBoxExtender.h |
Apply(FName, EExtensionHook::Position, FMenuBarBuilder &)
Description
Applies any menu bar extensions at the specified extension point
| Name | Apply |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxExtender.h |
| Include Path | #include "Framework/MultiBox/MultiBoxExtender.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBoxExtender.cpp |
void Apply
(
FName ExtensionHook,
EExtensionHook::Position HookPosition,
FMenuBarBuilder & MenuBarBuilder
) const
Parameters
| Name | Remarks |
|---|---|
| ExtensionHook | The point we're apply extensions to right now. Only extensions that match this point will be applied. |
| HookPosition | Where in relation to the hook will extensions be applied to |
| MenuBarBuilder | The menu bar that will be modified with the extensions in-place |
Apply(FName, EExtensionHook::Position, FMenuBuilder &)
Description
Applies any extensions at the specified extension point
| Name | Apply |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxExtender.h |
| Include Path | #include "Framework/MultiBox/MultiBoxExtender.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBoxExtender.cpp |
void Apply
(
FName ExtensionHook,
EExtensionHook::Position HookPosition,
FMenuBuilder & MenuBuilder
) const
Parameters
| Name | Remarks |
|---|---|
| ExtensionHook | The point we're apply extensions to right now. Only extensions that match this point will be applied. |
| HookPosition | Where in relation to the hook will extensions be applied to |
| MenuBuilder | The menu that will be modified with the extensions in-place |
Apply(FName, EExtensionHook::Position, FToolBarBuilder &)
Description
Applies any extensions at the specified extension point
| Name | Apply |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxExtender.h |
| Include Path | #include "Framework/MultiBox/MultiBoxExtender.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBoxExtender.cpp |
void Apply
(
FName ExtensionHook,
EExtensionHook::Position HookPosition,
FToolBarBuilder & ToolBarBuilder
) const
Parameters
| Name | Remarks |
|---|---|
| ExtensionHook | The point we're apply extensions to right now. Only extensions that match this point will be applied. |
| HookPosition | Where in relation to the hook will extensions be applied to |
| ToolBarBuilder | The toolbar that will be modified with the extensions in-place |