FMenuBuilder::BeginSection

Starts a section on to the extender section hook stack

Windows
MacOS
Linux

References

Module

Slate

Header

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

Include

#include "Framework/MultiBox/MultiBoxBuilder.h"

Source

/Engine/Source/Runtime/Slate/Private/Framework/MultiBox/MultiBoxBuilder.cpp

Syntax

void BeginSection
(
    FName InExtensionHook,
    const TAttribute< FText > & InHeadingText
)

Remarks

Starts a section on to the extender section hook stack

Parameters

Parameter

Description

InExtensionHook

The section hook. Can be NAME_None

InHeadingText

The heading text to use. If none, only a separator is used

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