Support checking syntax of generated Blueprint files
Adds a CheckBlueprintSyntax(...) method to check the syntax of a Blueprint file. Changes processModuleDef and newModule from being method on *Context to being standalone functions. That ensures that CheckBlueprintSyntax(...) does not need to take a context and so there is no chance that it can change its state.
Loading
Please register or sign in to comment