Factories

Hey, I’m looking for some clarification on what a Factory is. It’s not really clear to me what I’m supposed to plug in here. How do I make a Factory?


https://forums.unrealengine.com/core/image/gif;base64

The only info I can find on factory is Ufactory. Is it possible that the only way to make this node work is through C++?

Check out this course, helped me a ton

Factory, if I understand it, is basically a file built specifically to build file types.

Here’s a link for some more info: https://docs.unrealengine.com/en-US/…unreal.Factory

I don’t think you can do this with pure BP though. I’ve only used factories with python.