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 0 additions and 4 deletions
Showing only changes of commit 0c257bcfa6 - Show all commits

View File

@ -36,9 +36,5 @@ struct GenericStructProperty : public StructProperty {
return nullptr;
}
auto props() -> Containers::ArrayView<UnrealPropertyBase::ptr> {
return properties;
}
Containers::Array<UnrealPropertyBase::ptr> properties;
};