diff --git a/Source/StudyFrameworkPlugin/Public/Logging/SFLogObject.h b/Source/StudyFrameworkPlugin/Public/Logging/SFLogObject.h index 764e808ac05364fbca5bafa0f8fb1a868cac0d00..43d993815a7cd8139b440a22adc424c5a06103f1 100644 --- a/Source/StudyFrameworkPlugin/Public/Logging/SFLogObject.h +++ b/Source/StudyFrameworkPlugin/Public/Logging/SFLogObject.h @@ -23,13 +23,13 @@ public: } // Specifies Logging Frequency in ms UPROPERTY(BlueprintReadOnly, VisibleAnywhere) - int32 LogTimer; + int32 LogTimer; bool LogNextTick; UPROPERTY(BlueprintReadOnly, VisibleAnywhere) - USceneComponent* ComponentToLog; + USceneComponent* ComponentToLog; UPROPERTY(BlueprintReadOnly, VisibleAnywhere) - FString LogName; + FString LogName; FDateTime TimeStorage; }; @@ -71,6 +71,7 @@ private: void CreatePositionLogFile(); void CreateGazeTrackingLogFile(); + UPROPERTY() TArray<FComponentLoggingInformation> ComponentLoggingInfoArray; FDateTime StaticDateTime; bool bLoggingLoopsActive = false;