LogPython: Error: Traceback (most recent call last):
LogPython: Error: File "<string>", line 1, in <module>
LogPython: Error: AttributeError: module 'unreal' has no attribute 'EditorLevelLibrary'
I get this error with from this line:
actors = unreal.EditorLevelLibrary.get_all_level_actors()
Has the API changed or its just missing from this build?
Janos