FBindingContext::FBindingContext

Constructor

Windows
MacOS
Linux

References

Module

Slate

Header

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

Include

#include "Framework/Commands/UICommandInfo.h"

Syntax

FBindingContext
(
    const FName InContextName,
    const FText & InContextDesc,
    const FName InContextParent,
    const FName InStyleSetName
)

Remarks

Constructor

Parameters

Parameter

Description

InContextName

The name of the context

InContextDesc

The localized description of the context

InContextParent

Optional parent context. Bindings are not allowed to be the same between parent and child contexts

InStyleSetName

The style set to find the icons in, eg) FCoreStyle::Get().GetStyleSetName()

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