Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/MultiBox > API/Runtime/Slate/Framework/MultiBox/FExtender > API/Runtime/Slate/Framework/MultiBox/FExtender/Apply
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxExtender.h |
| Include | #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
Remarks
Applies any extensions at the specified extension point
Parameters
| Name | Description |
|---|---|
| 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 |