FUICommandList_Pinnable::MapAction

Maps a command info to a series of delegates that are executed by a multibox or mouse/keyboard input

Windows
MacOS
Linux

Override Hierarchy

FUICommandList::MapAction()

FUICommandList_Pinnable::MapAction()

References

Module

PinnedCommandList

Header

/Engine/Source/Editor/PinnedCommandList/Public/UICommandList_Pinnable.h

Include

#include "UICommandList_Pinnable.h"

Source

/Engine/Source/Editor/PinnedCommandList/Private/UICommandList_Pinnable.cpp

Syntax

virtual void MapAction
(
    const TSharedPtr< const FUICommandInfo > InUICommandInfo,
    const FUIAction & InUIAction
)

Remarks

Maps a command info to a series of delegates that are executed by a multibox or mouse/keyboard input

Parameters

Parameter

Description

InUICommandInfo

The command info to map

InUIAction

Action to map to this command

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