UInputComponent::RemoveActionBinding

Removes the action binding (index need for multi-name fixups).

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
(
    const FInputActionBinding & BindingToRemove,
    const int32 BindingIndex
)

Remarks

Removes the action binding (index need for multi-name fixups).

Parameters

Parameter

Description

BindingToRemove

The binding to remove.

BindingIndex

The binding's index for actions with the same name to fixup their data.

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