You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2024. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: