Build viewer/editor #13
1 changed files with 1 additions and 1 deletions
|
@ -33,5 +33,5 @@ struct UnrealPropertyBase {
|
||||||
|
|
||||||
Containers::Optional<std::string> name = Containers::NullOpt;
|
Containers::Optional<std::string> name = Containers::NullOpt;
|
||||||
std::string propertyType;
|
std::string propertyType;
|
||||||
UnsignedLong valueLength;
|
UnsignedLong valueLength = 0;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue