Build viewer/editor #13

Manually merged
williamjcm merged 128 commits from mass-viewer into master 2022-03-02 14:50:10 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3714162b50 - Show all commits

View File

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