Low Level API in Unreal Engine 4

Hi everyone.

I am interested in using FMOD low level API with the unreal engine.
The official documentation covers only the integration of FMOD Studio in the engine.

So I am looking for a documentation / tutorial how to use the api properly in ue4.

Best regards.

Hi Fabian,
using the Studio API, you can call System::getLowLevelSystem to get access to the low level engine. Is this what you need? Once you call low level routines there is no relation to UE4 specifically, you are just executing low level commands independently at that point.

1 Like

Thank you very much! Everything works perfectly now!