At least, hopefully this is simple. Created an enum with the platform names that are in the Ctrl+Alt info of the Get Platform Name node. I set that to a string variable, and then check that against the enum list. If true, then yada yada. Ok, this works, in theory. In practice.. nothing happens.
Now, I do have this in the Game Mode BP.. should it be somewhere else? Player controller? In my mind, it should be in the game mode graph.... advice?
Now, I do have this in the Game Mode BP.. should it be somewhere else? Player controller? In my mind, it should be in the game mode graph.... advice?
Comment