Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/UCommonActionWidget
Syntax
UPROPERTY&40;EditAnywhere, BlueprintReadOnly, Category&61;CommonActionWidget,
Meta&61;&40;RowType&61;"&47;Script&47;CommonUI.CommonInputActionDataBase", TitleProperty&61;"RowName"&41;&41;
TArray< FDataTableRowHandle > InputActions
Remarks
List all the input actions that this common action widget is intended to represent. In some cases you might have multiple actions that you need to represent as a single entry in the UI. For example - zoom, might be mouse wheel up or down, but you just need to show a single icon for Up & Down on the mouse, this solves that problem.