Allow primary builder to handle missing dependencies
In some cases the primary builder may need to handle missing dependencies. Add Context.SetAllowMissingDependencies to cause Blueprint to store the list of missing dependencies without immediately emitting an error, and ModuleContext.GetMissingDependencies to return the missing dependencies to the primary builder. If the primary builder does not call ModuleContext.GetMissingDependencies Blueprint will emit dependency errors.
Loading
Please register or sign in to comment