![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <UICommandInfo.h>
Public Member Functions | |
| SLATE_API FUICommandInfoDecl & | DefaultChord (const FInputChord &InDefaultChord, const EMultipleKeyBindingIndex InChordIndex=EMultipleKeyBindingIndex::Primary) |
| SLATE_API FUICommandInfoDecl & | UserInterfaceType (EUserInterfaceActionType InType) |
| SLATE_API FUICommandInfoDecl & | Icon (const FSlateIcon &InIcon) |
| SLATE_API FUICommandInfoDecl & | Description (const FText &InDesc) |
| SLATE_API | operator TSharedPtr< FUICommandInfo > () const |
| SLATE_API | operator TSharedRef< FUICommandInfo > () const |
| SLATE_API | FUICommandInfoDecl (const TSharedRef< class FBindingContext > &InContext, const FName InCommandName, const FText &InLabel, const FText &InDesc, const FName InBundle=NAME_None) |
Friends | |
| class | FBindingContext |
| FUICommandInfoDecl::FUICommandInfoDecl | ( | const TSharedRef< class FBindingContext > & | InContext, |
| const FName | InCommandName, | ||
| const FText & | InLabel, | ||
| const FText & | InDesc, | ||
| const FName | InBundle = NAME_None |
||
| ) |
| FUICommandInfoDecl & FUICommandInfoDecl::DefaultChord | ( | const FInputChord & | InDefaultChord, |
| const EMultipleKeyBindingIndex | InChordIndex = EMultipleKeyBindingIndex::Primary |
||
| ) |
| FUICommandInfoDecl & FUICommandInfoDecl::Description | ( | const FText & | InDesc | ) |
| FUICommandInfoDecl & FUICommandInfoDecl::Icon | ( | const FSlateIcon & | InIcon | ) |
| FUICommandInfoDecl::operator TSharedPtr< FUICommandInfo > | ( | ) | const |
| FUICommandInfoDecl::operator TSharedRef< FUICommandInfo > | ( | ) | const |
| FUICommandInfoDecl & FUICommandInfoDecl::UserInterfaceType | ( | EUserInterfaceActionType | InType | ) |
|
friend |