Description

Cannot set array elements from an array that is contained within a struct

User Description:

Setup: Array of structures "StructureA". In StructureA, array of integers/strings/whatever. Result: Can't set any element in integer/string/etc array.

I've attached demo project. From simple BP setup, it will print string showing that values 1,2 and 3 are added to integer array, but then, when trying to read these values, it will just print "0". Same goes for array of Strings, where it will read just a blank field instead of added string values.

Steps to Reproduce

1. Download the attached project
2. Once opened, open the StructureBugManager bp
3. Back in the editor, PIE

Results: The bp will add to the array and then print the value. That value will stay at the default 0

Expected: For the added values to be stored in the array

Have Comments or More Details?

Head over to the existing Questions & Answers thread and let us know what's up.

1
Login to Vote

Fixed
ComponentUE - Gameplay - Blueprint
Affects Versions4.8.34.9
Target Fix4.12
Fix Commit2875741
Main Commit2884111
CreatedAug 26, 2015
ResolvedFeb 22, 2016
UpdatedApr 27, 2018