kidintwo3
(kidintwo3)
1
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
Isma_Filo
(Ismael "Filo" Barbeito)
2
Hi there! Did you find any solution? I have a similar problem with the EditorAssetLibrary. I checked the source class and it seems to still exists…
brisket
(brisket)
3
Did you enable the ‘Editor Scripting Utilities’ plugin? I just ran a simple script in v4.26 and didn’t have any issues.
1 Like
nickweeden
(nickweeden)
4
I’m also not seeing any issues with this functionality in 4.26.
kidintwo3
(kidintwo3)
5
Seems to be fixed in the latest release (Version: 4.26.0-14830424+++UE4+Release-4.26)
s_zervos
(s_zervos)
6
Had the same issue in UE 4.27, but as @brisket suggested enabling the Editor Scripting Utilities worked!