UnrealPropertyBase: initialise valueLength.
This commit is contained in:
parent
a22aa6f7ae
commit
3714162b50
1 changed files with 1 additions and 1 deletions
|
@ -33,5 +33,5 @@ struct UnrealPropertyBase {
|
|||
|
||||
Containers::Optional<std::string> name = Containers::NullOpt;
|
||||
std::string propertyType;
|
||||
UnsignedLong valueLength;
|
||||
UnsignedLong valueLength = 0;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue