I have created a material and want to render it to a texture using c++ and actor component. To put it another way, I want to write c++ code to achieve the same effect as Draw Material to Render Target node does in BluePrint. How should I do that? Thanks!