MapAction

Overload list

Windows
MacOS
Linux
Name Description

Public function Virtual

void

 

MapAction

(
    const TSharedPtr< const FUICommandI...,
    const FUIAction& InUIAction
)

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

Public function

void

 

MapAction

(
    const TSharedPtr< const FUICommandI...,
    FExecuteAction ExecuteAction,
    EUIActionRepeatMode RepeatMode
)

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

Public function

void

 

MapAction

(
    const TSharedPtr< const FUICommandI...,
    FExecuteAction ExecuteAction,
    FCanExecuteAction CanExecuteAction,
    EUIActionRepeatMode RepeatMode
)

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

Public function

void

 

MapAction

(
    const TSharedPtr< const FUICommandI...,
    FExecuteAction ExecuteAction,
    FCanExecuteAction CanExecuteAction,
    FIsActionChecked IsCheckedDelegate,
    EUIActionRepeatMode RepeatMode
)

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

Public function

void

 

MapAction

(
    const TSharedPtr< const FUICommandI...,
    FExecuteAction ExecuteAction,
    FCanExecuteAction CanExecuteAction,
    FGetActionCheckState GetActionCheck...,
    EUIActionRepeatMode RepeatMode
)

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

Public function

void

 

MapAction

(
    const TSharedPtr< const FUICommandI...,
    FExecuteAction ExecuteAction,
    FCanExecuteAction CanExecuteAction,
    FIsActionChecked IsCheckedDelegate,
    FIsActionButtonVisible IsVisibleDel...,
    EUIActionRepeatMode RepeatMode
)

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

Public function

void

 

MapAction

(
    const TSharedPtr< const FUICommandI...,
    FExecuteAction ExecuteAction,
    FCanExecuteAction CanExecuteAction,
    FGetActionCheckState GetActionCheck...,
    FIsActionButtonVisible IsVisibleDel...,
    EUIActionRepeatMode RepeatMode
)

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

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