I’m wondering if using raw c++ machine learning is possible in UE4. I’m ok with making the passing part, where it goes from raw c++ to unreal engine data (done things like that before), but I’m currently trying to learn general programming c++ before going into UE c++. I feel it’s the best option for me, as I want to make money for my studies, plus it may get me into a better job in robotics (where I’m headed right now).
When I say raw c++ I don’t mean no libraries, I mean specifically no unreal engine libraries.
Would I be able to use available libraries online (wxwidgets is unrelated, but that’s the only example I can think of of something that’s not packaged with c++)?