Install from Marketplace

You can purchase the RMC on the Unreal Engine Marketplace!

Installing the Realtime Mesh Component from the Unreal Engine Marketplace is as simple as purchasing the plugin, and installing it to your current engine like any other plugin.

From here if you’d like to use the RMC from C++ code, you simply need to add PublicDependencyModuleNames.Add("RealtimeMeshComponent"); to your Build.cs file for your project module like other modules from c++.