I’m just doing a factory so I can create a custom asset that I can ref in an actor, and use its’ data. The reason I’m not doing this in an actor inside the level is because it’ll be tampered with often by designers, and we don’t want it to be bound to the scene for collaboration. I need a separate asset as well, because I intend to make a custom editor for that asset.
However, does that mean I need to make a plugin to make factories work in 4.25? Haven’t worked with Modules outside of plugins, which seems a bit overkill to just add an asset to the context menu in the editor.