diff --git a/Runtime/CDependencyGroup.hpp b/Runtime/CDependencyGroup.hpp index 7eb88c881..e89430e23 100644 --- a/Runtime/CDependencyGroup.hpp +++ b/Runtime/CDependencyGroup.hpp @@ -11,6 +11,7 @@ class CDependencyGroup public: CDependencyGroup(CInputStream& in); void ReadFromStream(CInputStream& in); + std::vector GetObjectTagVector() const { return x0_objectTags; } }; CFactoryFnReturn FDependencyGroupFactory(const SObjectTag& tag, CInputStream& in, const CVParamTransfer& param);