In a Blueprint Struct, what must you do before modifying an individual member variable of a struct stored inside an array?
-
A
Copy the struct out, modify it, then set it back with 'Set Array Elem'
-
B
Use 'Get Array Elem' and modify it directly via reference
-
C
Structs inside arrays are read-only and cannot be modified
-
D
Call 'Break Struct' and rebuild the array from scratch