You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
This allows the request type to make its functions on IRequest protected or private, or allows use with a request type that hides its IRequest behind an implicit conversion. Also disabled operator-> and operator* for the base IRequest because it is preferred to use the functions on TRequest to the IRequest interface. #rb Matt.Peters #rnx [CL 16911217 by Devin Doucette in ue5-main branch]