Where is FActorIterator now?

Hi, I’ve moved to 4.7 from 4.6 and FActorIterator doesn’t seem to within any of my includes, is there a replacement or is it in another class?

I was using it in this:

FActorIterator It(GetWorld()); It; ++It

Any ideas?

Hi,

FActorIterator has not moved; it is in EngineUtils.h, included from Engine.h.

Steve

Yea, thanks I found it in the end, I seem to be getting lots of issues regarding World iterators but I’m sure I can figure it out.