Getting world in a editor plugin

Not working anymore. Right one is:

		if(GEditor && GEditor->PlayWorld)
		{
			return GEditor->PlayWorld;
		}
1 Like