RadiantUI icon indicating copy to clipboard operation
RadiantUI copied to clipboard

Compatibility with Unreal Engine 4.12.5

Open menecken opened this issue 8 years ago • 0 comments

To make the Project compatible with the latest version of the unreal engine (as of now it's 4.12.5) the file

Plugins\RadiantUI\Source\RadiantUI\Private\RadiantWebViewRenderComponent.cpp

needs a small addition in line 46:

UWorld* World = GetWorld();

After that, building is successfull.

menecken avatar Aug 31 '16 14:08 menecken