![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreMinimal.h"#include "UICommandList.h"#include "Framework/Commands/InputChord.h"#include "Framework/Commands/UICommandInfo.h"Go to the source code of this file.
Classes | |
| class | FInputBindingManager |
Typedefs | |
| typedef TMap< FName, TSharedPtr< FUICommandInfo > > | FCommandInfoMap |
| typedef TMap< FInputChord, FName > | FChordMap |
Functions | |
| DECLARE_MULTICAST_DELEGATE_OneParam (FOnUserDefinedChordChanged, const FUICommandInfo &) | |
| DECLARE_MULTICAST_DELEGATE_TwoParams (FOnRegisterCommandList, const FName, TSharedRef< FUICommandList >) | |
| DECLARE_MULTICAST_DELEGATE_OneParam | ( | FOnUserDefinedChordChanged | , |
| const FUICommandInfo & | |||
| ) |
Delegate for alerting subscribers the input manager records a user-defined chord
| DECLARE_MULTICAST_DELEGATE_TwoParams | ( | FOnRegisterCommandList | , |
| const FName | , | ||
| TSharedRef< FUICommandList > | |||
| ) |
Delegate for exposing new command lists to subscribers