As soon as I get back from Unite, I'll double check this and make a patch available if necessary.
If you're in a pinch, you can get the field values directly by using Lua.Run(), such as:
Code: Select all
var playerName = Lua.Run("return Actor['Player'].Name").AsString;