Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/MultiBox
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxExtender.h |
| Include | #include "Framework/MultiBox/MultiBoxExtender.h" |
Syntax
namespace EExtensionHook
{
enum Position
&123;
Before,
After,
First,
&125;
}
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