GenericStructProperty: remove a redundant function.
This commit is contained in:
parent
9bc4aaf66b
commit
0c257bcfa6
1 changed files with 0 additions and 4 deletions
|
@ -36,9 +36,5 @@ struct GenericStructProperty : public StructProperty {
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
auto props() -> Containers::ArrayView<UnrealPropertyBase::ptr> {
|
|
||||||
return properties;
|
|
||||||
}
|
|
||||||
|
|
||||||
Containers::Array<UnrealPropertyBase::ptr> properties;
|
Containers::Array<UnrealPropertyBase::ptr> properties;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue