[Bug] Crashing editor due to Begin Play - Set String

Build 1578757 - K:/TURE/Rocket_CL1578757

Specs Windows 7 Professional English, i7-3770K, 32GB RAM, GTX670 4GB driver 306.23 , UAC off

Description Begin Play - Set String crashes game. What I did may be impossible or incorrect technically, I am just experimenting around, but I wouldn’t expect it to crash when picking the wrong combination.

Repro Steps See pic. The highlighted two things.

Results Crashes every time upon trying to play the game

Expected Not crash. If what I did is wrong just give me a message it is not possible.

Good catch!
I’m able to reproduce this issue and have placed it into our bug database.

I made a change today so this is handled gracefully. The problem was you are assigning a string (newstringtest) to itself. If you remove that operation (which wouldn’t do anything anyway), it should work fine. Sorry for the trouble!