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
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-100724 in the post.