FInputBindingManager::AddCommandFilter

Filters a command by name

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 AddCommandFilter
(
    const FName InOwnerName,
    const FName InBindingContext,
    const FName InCommandName,
    const ECommandFilterType FilterType
)

Remarks

Filters a command by name

Parameters

Parameter

Description

InOwnerName

The name of the owner adding filter so it can be unregistered later

InBindingContext

The context in which the command is active

InCommandName

The name of the command

FilterType

Type of filter to apply

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