Skip to content

AMRISubjectController::Tick

Class: AMRISubjectController

Called every frame.

Syntax

void AMRISubjectController::Tick(float DeltaTime) override

Parameters

Parameter Type Description
DeltaTime float Time elapsed since the last frame in seconds.

Remarks

Updates the demo recording state, runs ExperimentTick if enough TTLs have been received, handles display text countdown, and auto-stops demo recording if no TTL has arrived within the configured limit. DeltaTime Time elapsed since the last frame in seconds.