The BlueprintFileUtilsBPLibrary API is not accessible through python scripts run in the editor.
Attempting to run a script utilizing BplueprintFileUtilsBPLibrary results in:
LogPython: Error: Traceback (most recent call last): LogPython: Error: File "C:/Users/alex.berryhill/Documents/Unreal Projects/MyProject17/Content/Python/importunrealtest.py", line 2, in <module> LogPython: Error: unreal.BlueprintFileUtilsBPLibrary() LogPython: Error: AttributeError: 'module' object has no attribute 'BlueprintFileUtilsBPLibrary'
This occurs in //UE4/Release-4.22 cl 8065155 so this is not a regression.
Solution:
The Blueprint File Utilities plugin is no longer enabled in projects by deafult. It can be enabled by going to Window > Plugins and searching for 'Blueprint File Utilities'
Result
The module is inaccessible
Expected
The module is accessible through python script
I am not able to find world outliner how to enable it?
How can i modify the param name in EQS node
How to achieve HLSL Multiple Render Target in Material blueprints?
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
How does TextureRenderTarget2D get TArray<uint8> type data?
What properties of the progress bar can be used for drag and drop highlighting?
What property of the Slider is the image used when dragging?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-100724 in the post.