How to update RenderTarget with Fimage data? C++

Hello!

I have FImage data, and want to update UTextureRenderTarget2D

UTextureRenderTarget2D * FogOfWar;
FogOfWar->createFromImage(Image); // ?

Is there any way to do this?