Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FInputChord
The ways two chords can be related to each other. A chord is considered masking when it has all the same modifier keys as another chord plus more.
| Name | ERelationshipType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Commands/InputChord.h |
| Include Path | #include "Framework/Commands/InputChord.h" |
Syntax
enum ERelationshipType
{
None,
Same,
Masked,
Masks,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Same | |
| Masked | |
| Masks |