[4.7] Keep pointer variables in-between levels

Hi Omega,

Thanks for your response but I wasn’t actually trying to manipulate it via UMG. I was setting a variable and making sure it was being set and kept its data during level transition. Turns out it was being garbage collected. I added UPROPERTY to it and it fixed my issue. I forgot that the engine does that on variables.