Use cesium in C++

Hi,
i’am working on a project with a "rd party soft that gives me infos through sockets, as such i m forced to use C++ to get the data. So my problem now is: how can i include cesium in my plugin and use its functionalities?
I couldnt find anything on the topic…
thanks in advance,
clement

Hi Clement,

To clarify, are you trying to create a plugin that includes Cesium inside of it? Or simply access Cesium classes in general c++ code?

If you’re trying to access Cesium functionality in C++ code, you can import Cesium classes to your scripts by placing #include “script-name-here” at the top of your header files. You can see an example of this in use at Build a Flight Tracker with Cesium for Unreal – Cesium.

-Alex