UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FUICommandInfo Member List

This is the complete list of members for FUICommandInfo, including all inherited members.

FInputBindingManagerFUICommandInfofriend
FUICommandInfo(const FName InBindingContext)FUICommandInfo
FUICommandInfoDeclFUICommandInfofriend
GetActiveChord(const EMultipleKeyBindingIndex InChordIndex) constFUICommandInfoinline
GetBindingContext() constFUICommandInfoinline
GetBundle() constFUICommandInfoinline
GetCommandName() constFUICommandInfoinline
GetDefaultChord(const EMultipleKeyBindingIndex InChordIndex) constFUICommandInfoinline
GetDescription() constFUICommandInfoinline
GetFirstValidChord() constFUICommandInfoinline
GetIcon() constFUICommandInfoinline
GetInputText() constFUICommandInfo
GetLabel() constFUICommandInfoinline
GetUseLongDisplayName() constFUICommandInfoinline
GetUserInterfaceType() constFUICommandInfoinline
HasActiveChord(const FInputChord InChord) constFUICommandInfoinline
HasDefaultChord(const FInputChord InChord) constFUICommandInfoinline
MakeCommandInfo(const TSharedRef< class FBindingContext > &InContext, TSharedPtr< FUICommandInfo > &OutCommand, const FName InCommandName, const FText &InCommandLabel, const FText &InCommandDesc, const FSlateIcon &InIcon, const EUserInterfaceActionType InUserInterfaceType, const FInputChord &InDefaultChord, const FInputChord &InAlternateDefaultChord=FInputChord(), const FName InBundle=NAME_None)FUICommandInfostatic
MakeTooltip(const TAttribute< FText > &InText=TAttribute< FText >(), const TAttribute< EVisibility > &InToolTipVisibility=TAttribute< EVisibility >()) constFUICommandInfo
RemoveActiveChord(const EMultipleKeyBindingIndex InChordIndex)FUICommandInfo
SetActiveChord(const FInputChord &NewChord, const EMultipleKeyBindingIndex InChordIndex)FUICommandInfo
SetUseLongDisplayName(const bool bInUseLongDisplayName)FUICommandInfoinline
UnregisterCommandInfo(const TSharedRef< class FBindingContext > &InContext, const TSharedRef< FUICommandInfo > &InCommand)FUICommandInfostatic