UInputComponent::AddActionBinding

Adds the specified action binding.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/InputComponent.h

Include

#include "Components/InputComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/InputComponent.cpp

Syntax

FInputActionBinding & AddActionBinding
(
    FInputActionBinding Binding
)

Remarks

Adds the specified action binding.

Returns

The last binding in the list.

Parameters

Parameter

Description

Binding

The binding to add.

See Also

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