Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Commands
References
Module | Slate |
Header | /Engine/Source/Runtime/Slate/Public/Framework/Commands/Commands.h |
Include | #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
)
Remarks
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