FInputBindingManager::RemoveInputCommand

Removes an input command, allowing a new one to take its place

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Commands/InputBindingManager.h

Include

#include "Framework/Commands/InputBindingManager.h"

Source

/Engine/Source/Runtime/Slate/Private/Framework/Commands/InputBindingManager.cpp

Syntax

void RemoveInputCommand
(
    const TSharedRef< FBindingContext > & InBindingContext,
    TSharedRef< FUICommandInfo > InUICommandInfo
)

Remarks

Removes an input command, allowing a new one to take its place

Parameters

Parameter

Description

InBindingContext

The context where the command is valid

InUICommandInfo

The user interface action to remove

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