Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Framework/Commands/UICommandInfo.h |
Include |
#include "Framework/Commands/UICommandInfo.h" |
class FBindingContext : public TSharedFromThis< FBindingContext >
Represents a context in which input bindings are valid
Name | Description | |
---|---|---|
|
FBindingContext ( |
|
|
FBindingContext |
Constructor |
Name | Description | ||
---|---|---|---|
|
AddBundle |
Adds a new command bundle to this context that can be referenced by name from commands within the context. |
|
|
const FText ... |
GetBundleLabel ( |
Gets a localized label of a command bundle |
|
const FText ... |
GetContextDesc() |
|
|
GetContextName() |
||
|
GetContextParent() |
||
|
GetStyleSetName() |
||
|
FUICommandIn... |
NewCommand |
Creates a new command declaration used to populate commands with data |
Name | Description | ||
---|---|---|---|
|
operator== ( |
Name |
Description |
---|---|
CommandsChanged |
A delegate that is called when commands are registered or unregistered with a binding context |