How to get all assets list in level?

How to get all assets list in level?

Hey there @mmm_5880! Welcome back to the forums! I’m not sure of the question. Are you trying to get all actors in a level to iterate on in a blueprint? Or are you trying to make an editor utility where you can get all of the actors in the outliner inside the level so you can iterate on them? If so this is the node you’d use:

Hope this helps!

1 Like

no actors.
want asset registry

IAssetRegistry::GetDependencies | Unreal Engine Documentation

or PythonBPLib.get_all_deps - PythonEditorLib

3 Likes