BluePrint - TakeRecorder

Hi all!

Guys, please tell me, is it possible to record activities from OpenLevelBlueprint using Take Recorder?

Example:
OpenLevelBlueprint - configured through the Flip Flop node to control the MediaPlayer with a keyboard key. I want TakeRekorder to record keyboards keystroke in the Sequencer in to the Timeline.

Many thanks for answers!!!

No, it’s not currently possible to record keyboard keystrokes through Take Recorder.

Kind of an involved workaround, but you could have a bool property on a blueprint that is exposed to cinematics, record that blueprint and have your keystrokes toggle that boolean property. Then you would have a track that records when the keystrokes happened and then you could hook that up to something.

@Max.Chen Thank you very much for answer!