VaOcean icon indicating copy to clipboard operation
VaOcean copied to clipboard

Compile error in 4.15.0

Open luochuanyuewu opened this issue 7 years ago • 1 comments

When i compile this plugin in ue 4.15.0, i got following error. 'RHICmdList': is not a member of 'FRHICommandListImmediate' 'Clear': is not a member of 'FRHICommandListImmediate'

Seems like the function "RHICmdList.Clear()" has no longer existed in 4.15 version of UE. But i didn't find a alternative to this function, so i just commented it.(after doing this, it works)

luochuanyuewu avatar Feb 17 '17 09:02 luochuanyuewu