Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorViewportClient
Description
Functions for registering and evaluating prioritized input chords. When a prioritized chord evaluates true its required keys are ignored by all lower priority chords, providing a way to resolve conflict between input key combinations.
| Name | RegisterPrioritizedInputChord |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EditorViewportClient.h |
| Include Path | #include "EditorViewportClient.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorViewportClient.cpp |
void RegisterPrioritizedInputChord
(
const FPrioritizedInputChord & InInputCord
)