A fighting game needs frame-perfect input buffering for special moves. Which Unreal Engine approach is most reliable?
-
A
Sample Enhanced Input actions each Tick and store them in a circular buffer with timestamps
-
B
Use the default GetInputAxisValue inside the Character class
-
C
Enable 'Smooth Frame Rate' and read input once per render frame
-
D
Bind input events in the HUD class to avoid character latency