Draw FTexture2DRHIRef to Slate

Hello everybody,

I want to draw an Image which comes from DirectX to Slate. With:
RHICreateTexture2DFromResource(EPixelFormat::PF_B8G8R8A8, 0, FClearValueBinding::DefaultNormal8Bit, texture);

I’ve already created an FTexture2DRHIRef, but I can’t find a way to put it in my SImage for Slate.

Best,