UnrealPropertyBase: initialise valueLength.

This commit is contained in:
Guillaume Jacquemin 2021-10-05 10:31:06 +02:00
parent a22aa6f7ae
commit 3714162b50
1 changed files with 1 additions and 1 deletions

View File

@ -33,5 +33,5 @@ struct UnrealPropertyBase {
Containers::Optional<std::string> name = Containers::NullOpt;
std::string propertyType;
UnsignedLong valueLength;
UnsignedLong valueLength = 0;
};