How to filter AActors to get asset ones in C++?

I was enumerate all AActor class instances in current Map using LevelEditor’s GetWorld’s TActorIterator, I wonder how I can filter all assets from these AActor instances?
Thanks in advance.

Never mind, I have figured out by myself.