Create Widget inside another using For Each Loop

I am creating a character selection screen but I want to display the list of characters based of an array > For each loop. Even without using a for each loop, and simply attempting to create just 1 on construct is not working, so I doubt that is the issue. I am just trying to get this “CharacterIcon” Widget to be created inside the Wrap Box, so any help would be great.

I have also tried Add Child (Target is Panel Widget) instead of Add Child WrapBox (Target is WrapBox) but neither of them have given me what I need.

http://i.imgur.com/8yVcOIg.png

Issue was related to an UE4 bug which has now been fixed - closing