FUICommandInfo::MakeCommandInfo

Utility function to make an [FUICommandInfo](API\Runtime\Slate\Framework\Commands\FUICommandInfo)

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Commands/UICommandInfo.h

Include

#include "Framework/Commands/UICommandInfo.h"

Source

/Engine/Source/Runtime/Slate/Private/Framework/Commands/UICommandInfo.cpp

Syntax

static void MakeCommandInfo
(
    const TSharedRef< class FBindingContext > & InContext,
    TSharedPtr< FUICommandInfo > & OutCommand,
    const FName InCommandName,
    const FText & InCommandLabel,
    const FText & InCommandDesc,
    const FSlateIcon & InIcon,
    const EUserInterfaceActionType InUserInterfaceType,
    const FInputChord & InDefaultChord,
    const FInputChord & InAlternateDefaultChord,
    const FName InBundle
)

Remarks

Utility function to make an FUICommandInfo

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