FExtender::Apply

Applies any extensions at the specified extension point

Windows
MacOS
Linux

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

Syntax

void Apply
(
    FName ExtensionHook,
    EExtensionHook::Position HookPosition,
    FMenuBuilder & MenuBuilder
) const

Remarks

Applies any extensions at the specified extension point

Parameters

Parameter

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

MenuBuilder

The menu that will be modified with the extensions in-place

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss