Compile error - ShaderCompileWorker

I’ve been struggling with this mistake for a week and no success
I tried to do so

this fix:

- return Out;
+ return MoveTemp (Out);

- return Result;
+ return MoveTemp (Result);

but it only led to even bigger mistakes(

Maybe someone could fix it?