IDriverElement::ReleaseChord

Moves focus to the element, then triggers the series of events to invoke keyboard input for each argument in order from N to 1.

Unreal Engine C++ API Reference > Developer > AutomationDriver > IDriverElement > ReleaseChord

References

   
Module AutomationDriver
Header /Engine/Source/Developer/AutomationDriver/Public/IDriverElement.h
Include #include "IDriverElement.h"
bool ReleaseChord
(
    [FKey](API\Runtime\InputCore\FKey) Key1,
    TCHAR Character
)

Remarks

Moves focus to the element, then triggers the series of events to invoke keyboard input for each argument in order from N to 1. They will not be pressed if if not currently being pressed. whether the release chord was successful


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library