UKismetInputLibrary::EqualEqual_InputChordInputChord

Test if the input chords are equal (A == B)

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/KismetInputLibrary.h

Include

#include "Kismet/KismetInputLibrary.h"

Source

/Engine/Source/Runtime/Engine/Private/KismetInputLibrary.cpp

Syntax

static bool EqualEqual_InputChordInputChord
(
    FInputChord A,
    FInputChord B
)

Remarks

Test if the input chords are equal (A == B)

Parameters

Parameter

Description

A

The chord to compare against

B

The chord to compare Returns true if the chords are equal, false otherwise

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