UE4 crashes when I put a widget in another widget

Hey Guys,

Every time I put my widget blueprint “Slot” into a scrollbox from my widget blueprint “MainInventory” and compile one of these tow UE4 crashes. In the log file I found this:

“[2017.07.04-12.09.51:333][660]LogBlueprint:Error: [Compiler MainInventory] Error Internal Compiler Error: Tried to create a property Slot in scope MainInventory_C, but another object (ObjectProperty /Script/UMG.Widget:Slot) already already exists there.”

But that doesn’t help me. In the scrollbox is no other object. Can anyone help me?

Jonas

It’s a naming problem most likely. Check if your slots are having same or very similar names.

Renaming fixed it! Thank you very much!