UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EExtensionHook Namespace Reference

Enumerations

enum  Position { Before , After , First }
 

Detailed Description

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

Enumeration Type Documentation

◆ Position

Enumerator
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.