Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Kismet > UKismetInputLibrary
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 |
static bool EqualEqual_InputChordInputChord
&40;
FInputChord A,
FInputChord B
&41;
Remarks
Test if the input chords are equal (A == B)
Parameters
Name | Description |
---|---|
A | The chord to compare against |
B | The chord to compare Returns true if the chords are equal, false otherwise |