FMOD and UE4 C++ example

libraries_2_featured

With this tutorial we are going to show you how to use the FMOD library to load and play a sound into a UE4 desktop/mobile project. In a previous tutorial we have explain how to set project paths to be able to use a thirdparty library, now we can start coding a class to use this library.

Part 1: Setting up project paths
Part 2: Using the library
Part 3: Frequency spectrum
Part 4: UE4 spectrum visualizer
Part 5: Beat tracking algorithm
Part 6: UE4 beat visualizer

Continue reading ►

Using thirdparty libraries in our UE4 mobile/desktop project

thirdparty_libraries_1_featured

Sometimes we need to include thirdparty libraries to add support to a new feature or simply to facilitate the development. With this tutorial we are going to explain some details to configure and be able to use a thirdparty library with a UE4 project. We also include an annex about how to deploy this libraries into an Android shipping.

Part 1: Setting up project paths
Part 2: Using the library
Part 3: Frequency spectrum
Part 4: UE4 spectrum visualizer
Part 5: Beat tracking algorithm
Part 6: UE4 beat visualizer

Continue reading ►