millicast / millicast-player-unreal-engine-plugin

Millicast Player plugin for Unreal Engine
Other
19 stars 15 forks source link

Various include fixes #61

Closed improbable-andreaskrugersen closed 1 year ago

improbable-andreaskrugersen commented 1 year ago

We finally managed to upgrade to UE5 and also to upgrade our version of the Millicast plugin to the latest dev branch. Here are the include fixes to make it work with non-Unity builds

improbable-andreaskrugersen commented 1 year ago

I also noticed that a lot of ENGINE_VERSION_MAJOR checks were testing > 5 instead of >= 5. This made FPlayerStats unavailable