Create item by BlueprintPath

Hi guys!

I would like to be able by my mod to generate an item from other mods which run on my server.
I have some stuff able to generate rewards when you go at some location… and it could be really fun to make able to reward things from other mods.

Any idea how I could do that?

My idea was to exploit the “BlueprintPath”, which is the only thing I can know. But… how create this item then?

You cannot make your mod interact with others

Incorrect

You can technically use items from other mods in your mod. You just need to make a dummy item using the other mods path

https://forums.unrealengine.com/showthread.php?114318-Mod-Cross-Compatibility

Thx P0k3r for this solution!