Low Entry Plugins

Hi !,

I’m desesperate, I don’t know why but I can’t compile my project… I have the following error:

LogInit:Display: LogBlueprint:Error: Compiler Error Could not find a function named “GetCurrentVolumePercentage” in ‘BPSuperPlayer1’.
MainFrameActions: Packaging (Android (ETC1)): UE4Editor-Cmd: Make sure ‘BPSuperPlayer1’ has been compiled for GetCurrentVolumePercentage from Source: /Game/SuperBluePrint/BPSuperPlayer1.BPSuperPlayer1
LogInit:Display: LogLinker:Warning: Can’t find file ‘/Script/LowEntryExtendedStandardLibrary’
LogInit:Display: LogUObjectGlobals:Warning: Failed to load ‘/Script/LowEntryExtendedStandardLibrary’: Can’t find file ‘/Script/LowEntryExtendedStandardLibrary’
LogInit:Display: LogLinker:Warning: Can’t find file for asset ‘/Script/LowEntryExtendedStandardLibrary’ while loading NULL.
LogInit:Display: LogUObjectGlobals:Warning: Failed to load ‘/Script/LowEntryExtendedStandardLibrary’: Can’t find file for asset ‘/Script/LowEntryExtendedStandardLibrary’ while loading NULL.

It looks like the project doesn’t find the LowEntryLibrary plugin.

I’m using UE4.12.5. and I have created a new FPS project just to test LowEntryLibrary (and “GetCurrentVolumePercentage” node) and I could compile that project without problems…

Any help?

Thanks!