FEnhancedInputActionEventBinding

A binding to an input action trigger event.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

EnhancedInput

Header

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

Include

#include "EnhancedInputComponent.h"

Syntax

struct FEnhancedInputActionEventBinding : public FInputBindingHandle

Remarks

A binding to an input action trigger event.

Constructors

Name Description

Public function

FEnhancedInputActionEventBinding()

Protected function

FEnhancedInputActionEventBinding

(
    const FEnhancedInputActionEventBind...,
    EInputBindingClone Clone
)

Clone constructor.

Public function

FEnhancedInputActionEventBinding

(
    const UInputAction* InAction,
    ETriggerEvent InTriggerEvent
)

Functions

Name Description

Public function Const

TUniquePtr< ...

 

Clone()

Public function Const

void

 

Execute

(
    const FInputActionInstance& Action...
)

Public function Const

const UInput...

 

GetAction()

Public function Const

ETriggerEven...

 

GetTriggerEvent()

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