EExtensionHook::Position

Where in relation to an extension hook should you apply your extension

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxExtender.h

Include

#include "Framework/MultiBox/MultiBoxExtender.h"

Syntax

namespace EExtensionHook
{
    enum Position
    {
        Before,
        After,
        First,
    }
}

Values

Name

Description

Before

Inserts the extension before the element or section.

After

Inserts the extension after the element or section.

First

Sections only. Inserts the extension at the beginning of the section.

Remarks

Where in relation to an extension hook should you apply your extension

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