Files
UnrealEngineUWP/Engine/Source/Developer/DerivedDataCache
devin doucette 3eb56fc792 DDC: Changed TRequest to cast to IRequest before invoking its functions
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

#ROBOMERGE-SOURCE: CL 16911217 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v836-16769935)

[CL 16911221 by devin doucette in ue5-release-engine-test branch]
2021-07-21 12:43:20 -04:00
..