ERelationshipType

The ways two chords can be related to each other.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Commands/InputChord.h

Include

#include "Framework/Commands/InputChord.h"

Syntax

enum ERelationshipType
{
    None,
    Same,
    Masked,
    Masks,
}

Values

Name

Description

None

Same

Masked

Masks

Remarks

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss