UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
InputBindingManager.h File Reference

Go to the source code of this file.

Classes

class  FInputBindingManager
 

Typedefs

typedef TMap< FName, TSharedPtr< FUICommandInfo > > FCommandInfoMap
 
typedef TMap< FInputChord, FNameFChordMap
 

Functions

 DECLARE_MULTICAST_DELEGATE_OneParam (FOnUserDefinedChordChanged, const FUICommandInfo &)
 
 DECLARE_MULTICAST_DELEGATE_TwoParams (FOnRegisterCommandList, const FName, TSharedRef< FUICommandList >)
 

Typedef Documentation

◆ FChordMap

◆ FCommandInfoMap

Function Documentation

◆ DECLARE_MULTICAST_DELEGATE_OneParam()

DECLARE_MULTICAST_DELEGATE_OneParam ( FOnUserDefinedChordChanged  ,
const FUICommandInfo  
)

Delegate for alerting subscribers the input manager records a user-defined chord

◆ DECLARE_MULTICAST_DELEGATE_TwoParams()

DECLARE_MULTICAST_DELEGATE_TwoParams ( FOnRegisterCommandList  ,
const FName  ,
TSharedRef< FUICommandList  
)

Delegate for exposing new command lists to subscribers