Copying items from device and pasting it in item spawner doesn't work

Summary

Hello, in my map i have item granters and when i try copying the items in the items list it copies fine, but pasting in item spawner makes all the items empty, for example i copied 18 weapons, and when pasted in item spawner it was 18 empty items in the items list, i tried pasting in another item granter and it worked. so this is a bug in item spawner

Please select what you are reporting on:

Unreal Editor for Fortnite

What Type of Bug are you experiencing?

Assets

Steps to Reproduce

I tried copying items list from item granter to item spawner but it didn’t work

Expected Result

being able to copy items list

Observed Result

result is items list with the acual numbers of elements but all are empty

Platform(s)

windows

That’s because they are different, Think of it like trying to copy the “Interact Text” of a button and then Pasting it in the “Interact Speed” it just won’t work because it’s different and so is this. You can see the item spawner has different options inside like item variant etc.

Item Granter:


Item Spawner:

What can i do to copy the items from item granter to spawner then ?

On this case you sadly will need to manually copy each item one by one (the items itself, not the array list of the devices).

If you are more experienced at programming, you can make scripts on other languages to “format” the list from one device to another, some people usually build tools like that to help during a project development. But that is wayy more complex and not related to fortnite/uefn directly

1 Like