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

minor improvement to avoid runtime undefined errors

parent fe8a977a
Branches
No related tags found
No related merge requests found
...@@ -23,8 +23,8 @@ public: ...@@ -23,8 +23,8 @@ public:
} }
// Specifies Logging Frequency in ms // Specifies Logging Frequency in ms
UPROPERTY(BlueprintReadOnly, VisibleAnywhere) UPROPERTY(BlueprintReadOnly, VisibleAnywhere)
int32 LogTimer; int32 LogTimer = 0;
bool LogNextTick; bool LogNextTick = false;
UPROPERTY(BlueprintReadOnly, VisibleAnywhere) UPROPERTY(BlueprintReadOnly, VisibleAnywhere)
USceneComponent* ComponentToLog; USceneComponent* ComponentToLog;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment