FBindingContext::AddBundle

Adds a new command bundle to this context that can be referenced by name from commands within the context.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Commands/UICommandInfo.h

Include

#include "Framework/Commands/UICommandInfo.h"

Source

/Engine/Source/Runtime/Slate/Private/Framework/Commands/UICommandInfo.cpp

Syntax

void AddBundle
(
    const FName Name,
    const FText & Desc
)

Remarks

Adds a new command bundle to this context that can be referenced by name from commands within the context.

Parameters

Parameter

Description

Name

A unique identifier for the bundle in this context

Desc

A localized description of the bundle

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