blueprint

weird array behaviour

  • Exposure: public
  • UE Version: 4.24

anonymous

January 9, 2020, 5:23 pm

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v

1 comment

  • nonchip

    January 9, 2020, 11:35 pm

    (forgot to log in before pasting, i'm the "anonymous"): the solution is to use a local array variable instead of the "Make Array" on the left, because "Make Array" returns a constant that can't be added to (and there's no error message when you try)