Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FBindingContext
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Framework/Commands/UICommandInfo.h |
|
|
|
Framework/Commands/UICommandInfo.h |
|
|
Constructor |
Framework/Commands/UICommandInfo.h |
|
FBindingContext(const FBindingContext &)
| |
|
| Name |
FBindingContext |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Slate/Public/Framework/Commands/UICommandInfo.h |
| Include Path |
#include "Framework/Commands/UICommandInfo.h" |
FBindingContext
(
const FBindingContext &
)
FBindingContext(FBindingContext &&)
| |
|
| Name |
FBindingContext |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Slate/Public/Framework/Commands/UICommandInfo.h |
| Include Path |
#include "Framework/Commands/UICommandInfo.h" |
FBindingContext
(
FBindingContext &&
)
FBindingContext(const FName, const FText &, const FName, const FName)
Description
Constructor
| |
|
| Name |
FBindingContext |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Slate/Public/Framework/Commands/UICommandInfo.h |
| Include Path |
#include "Framework/Commands/UICommandInfo.h" |
FBindingContext
(
const FName InContextName,
const FText & InContextDesc,
const FName InContextParent,
const FName InStyleSetName
)
Parameters
| Name |
Remarks |
| 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() |