Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Framework/Commands/UICommandInfo.h |
Include |
#include "Framework/Commands/UICommandInfo.h" |
class FUICommandInfo
Name | Description | |
---|---|---|
|
FUICommandInfo ( |
Creates and initializes a new instance. |
Name | Description | ||
---|---|---|---|
|
const TShare... |
GetActiveChord ( |
|
|
GetBindingContext() |
||
|
GetBundle() |
||
|
GetCommandName() |
||
|
const FInput... |
GetDefaultChord ( |
|
|
const FText ... |
GetDescription() |
|
|
const TShare... |
GetFirstValidChord() |
|
|
const FSlate... |
GetIcon() |
|
|
const FText |
GetInputText() |
Returns the friendly, localized string name of the first valid chord in the key bindings list that is required to perform the command |
|
const FText ... |
GetLabel() |
|
|
bool |
GetUseLongDisplayName() |
|
|
EUserInterfa... |
GetUserInterfaceType() |
|
|
const bool |
HasActiveChord ( |
|
|
const bool |
HasDefaultChord ( |
|
|
void |
MakeCommandInfo ( |
Utility function to make an FUICommandInfo |
|
TSharedRef< ... |
MakeTooltip ( |
Makes a tooltip for this command. |
|
void |
RemoveActiveChord ( |
Removes the active chord from this command |
|
void |
SetActiveChord ( |
Sets the new active chord for this command |
|
void |
SetUseLongDisplayName ( |
Sets if we should use a long display name or not |
|
void |
UnregisterCommandInfo ( |
Utility function to unregister an FUICommandInfo |