FUICommandList_Pinnable::BeginGroup

Start a group scope.

Windows
MacOS
Linux

References

Module

PinnedCommandList

Header

/Engine/Source/Editor/PinnedCommandList/Public/UICommandList_Pinnable.h

Include

#include "UICommandList_Pinnable.h"

Source

/Engine/Source/Editor/PinnedCommandList/Private/UICommandList_Pinnable.cpp

Syntax

void BeginGroup
(
    FName InGroupName
)

Remarks

Start a group scope. All calls to MapAction will be grouped into the specified group. Should be paired with EndGroup()

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