I confirm that the code tommybazar posted does work. Note that it’s not dereferencing from ComputeShader, it’s actually accessing the member function GetComputeShader of TShaderMapRef. So instead of the old ComputeShader->GetComputeShader(), it’s now ComputeShader.GetComputeShader();