MakeUICommand_InternalUseOnly

Internal function used by the UI_COMMAND macros to build the command.

Windows
MacOS
Linux

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

Syntax

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss