Skip to content
Snippets Groups Projects
Commit 3269fd52 authored by Jonathan Ehret's avatar Jonathan Ehret
Browse files

minor change to avoid access violations for deleted logobjects + some formatting

parent fda286c6
No related branches found
No related tags found
No related merge requests found
...@@ -71,6 +71,7 @@ private: ...@@ -71,6 +71,7 @@ private:
void CreatePositionLogFile(); void CreatePositionLogFile();
void CreateGazeTrackingLogFile(); void CreateGazeTrackingLogFile();
UPROPERTY()
TArray<FComponentLoggingInformation> ComponentLoggingInfoArray; TArray<FComponentLoggingInformation> ComponentLoggingInfoArray;
FDateTime StaticDateTime; FDateTime StaticDateTime;
bool bLoggingLoopsActive = false; bool bLoggingLoopsActive = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment