Set Members in Structure Not working , What am i missing? (UE4 - 21)

  1. output of set node return none if it didnt executed. use regular get variable instead. in your save game function.
  2. try using temporal var playerinfo->tempVar, then use setMembers with tempVar, then tempVar->playerInfo. For example, you cant set member in text style, and thats works fine. This is my example:
1 Like