Skip to content
Snippets Groups Projects

GazeTracking Logging

Merged Malte Christian Kögel requested to merge feature/gaze_logging into 4.26
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -148,7 +148,7 @@ void ASFStudySetup::GenerateTestStudyRuns() const
{
const TArray<USFCondition*> Conditions = GetAllConditionsForRun(ParticipantID);
USFParticipant* TmpParticipant = NewObject<USFParticipant>();
TmpParticipant->Initialize(ParticipantID, true);
TmpParticipant->Initialize(ParticipantID);
TmpParticipant->SetStudyConditions(Conditions); //this also saves it to json
}
}
Loading