Navigation
API > API/Editor > API/Editor/EditorFramework > API/Editor/EditorFramework/Toolkits > API/Editor/EditorFramework/Toolkits/IToolkit
References
| Module | EditorFramework |
| Header | /Engine/Source/Editor/EditorFramework/Public/Toolkits/IToolkit.h |
| Include | #include "Toolkits/IToolkit.h" |
bool ProcessCommandBindings
(
const FKeyEvent & InKeyEvent
) const
Remarks
Processes any UI commands which are activated by the specified event true if an action was processed
Parameters
| Name | Description |
|---|---|
| InKeyEvent | The event to check |