Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit ad04a0b9 authored by g4m4's avatar g4m4
Browse files

[CODE] Fix missing property initialisation

parent 19c83122
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ struct FIXITCORE_API FFixItBugRequestData
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "FixIt")
TArray<FString> Labels;
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "FixIt")
UFixItPlayerDataBase* PlayerData;
UFixItPlayerDataBase* PlayerData = nullptr;
bool IsValid() const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment