ETriggerType

Trigger type determine how the trigger contributes to an action's overall trigger event the behavior of the trigger

Windows
MacOS
Linux

References

Module

EnhancedInput

Header

/Engine/Plugins/Experimental/EnhancedInput/Source/EnhancedInput/Public/InputTriggers.h

Include

#include "InputTriggers.h"

Syntax

enum ETriggerType
{
    Explicit,
    Implicit,
    Blocker,
}

Values

Name

Description

Explicit

Input may trigger if any explicit trigger is triggered.

Implicit

Input may trigger only if all implicit triggers are triggered.

Blocker

Inverted trigger that will block all other triggers if it is triggered.

Remarks

Trigger type determine how the trigger contributes to an action's overall trigger event the behavior of the trigger

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