UInputComponent::RemoveActionBinding

Removes the action binding at the specified index.

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

void RemoveActionBinding
(
    FName ActionName,
    EInputEvent KeyEvent
)

Remarks

Removes the action binding at the specified index.

Parameters

Parameter

Description

BindingIndex

The index of the binding to remove.

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