Navigation
API > API/Runtime > API/Runtime/Slate
Description
Internal function used by the UI_COMMAND macros to build the command. Do not call this directly as only the macros are gathered for localization; instead use FUICommandInfo::MakeCommandInfo for dynamic content
| Name | MakeUICommand_InternalUseOnly |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Commands/Commands.h |
| Include Path | #include "Framework/Commands/Commands.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Commands/Commands.cpp |
void MakeUICommand_InternalUseOnly
(
FBindingContext * This,
TSharedPtr < FUICommandInfo > & OutCommand,
const TCHAR * InSubNamespace,
const TCHAR * InCommandName,
const TCHAR * InCommandNameUnderscoreTooltip,
const ANSICHAR * DotCommandName,
const TCHAR * FriendlyName,
const TCHAR * InDescription,
const EUserInterfaceActionType CommandType,
const FInputChord & InDefaultChord,
const FInputChord & InAlternateDefaultChord
)