Anyone noticed that you cannot return Record types or Arrays in functions? I can understand why they wouldn't allow a Pass by Value of larger types but I find it hard to believe that you cannot work around this; maybe anyone here managed to do it?
P.S. And this makes me extremely annoyed as I'm also "ineligible" to join the Custom Map contest. Ok, enough of harmless ranting, how can I return large structures from a function?
Anyone noticed that you cannot return Record types or Arrays in functions? I can understand why they wouldn't allow a Pass by Value of larger types but I find it hard to believe that you cannot work around this; maybe anyone here managed to do it?
P.S. And this makes me extremely annoyed as I'm also "ineligible" to join the Custom Map contest. Ok, enough of harmless ranting, how can I return large structures from a function?
@Klishu: Go
? I just tried it, and returned an array of size 25 all filled with random actors.... whats your function look like?