Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/UCommonInputMetadata
Syntax
UPROPERTY&40;EditAnywhere, BlueprintReadOnly, Category&61;"CommonInput"&41;
bool bIsGenericInputAction
Remarks
Generic actions like accept or face button top will be subscribed to by multiple UI elements. These actions will not broadcast enhanced input action delegates such as "Triggered, Ongoing, Canceled, or Completed." Since those delegates would be fired by multiple UI elements.
Non-generic input actions will fire Enhanced Input events. However they will not fire CommonUI action bindings (Since those can be manually fired in BP).