As of 4.8, the following code section doesn’t work. My brain is frazzled. Any idea how I can replace this?
if (!UGESGameplayStatics::GetGameState(GetWorld())->SatelliteArray.Contains(NULL))
GetGameState simply get’s the worlds Gamestate and casts it to my custom one, returning it if it passes.