Navigation
API > API/Runtime > API/Runtime/Slate
| Name | FUICommandInfoDecl |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Commands/UICommandInfo.h |
| Include Path | #include "Framework/Commands/UICommandInfo.h" |
Syntax
class FUICommandInfoDecl
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FUICommandInfoDecl
(
const TSharedRef< class FBindingContext >& InContext, |
Framework/Commands/UICommandInfo.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Context | const TSharedRef< FBindingContext > & | Framework/Commands/UICommandInfo.h | ||
| Info | TSharedPtr< class FUICommandInfo > | Framework/Commands/UICommandInfo.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FUICommandInfoDecl & DefaultChord
(
const FInputChord& InDefaultChord, |
Framework/Commands/UICommandInfo.h | ||
FUICommandInfoDecl & Description
(
const FText& InDesc |
Framework/Commands/UICommandInfo.h | ||
FUICommandInfoDecl & Icon
(
const FSlateIcon& InIcon |
Framework/Commands/UICommandInfo.h | ||
FUICommandInfoDecl & UserInterfaceType
(
EUserInterfaceActionType InType |
Framework/Commands/UICommandInfo.h |