GPUOpen-LibrariesAndSDKs / RadeonProRenderUE

https://gpuopen.com/radeon-prorender-suite/
Apache License 2.0
23 stars 8 forks source link

Will this plugin work on 4.25? #12

Closed corneel closed 4 years ago

corneel commented 4 years ago

Is it possible for me to compile and use this plugin on 4.25 of Unreal Engine?

Thanks. Corneel.

feniksa commented 4 years ago

Hi @corneel ,

Unreal plugin compiles and run on UE 4.25 engine. To compile plugin for UE 4.25:

  1. Right click on RPR.uproject -> Switch unreal version. Select UE 4.25
  2. If everything ok, Open generated sln file in Visual Studio
  3. Compile
  4. Run (just click F5 in VS

Unfortunately automated scripts like BuildPluginTools/BuildPlugin/Build_RPRPlugin_424.bat doesn't work, only manual build. image

Thanks