Re-creating a run-time created texture

Turns out it was a simple error on my side, easy to fix, annoying to locate.

FMemory::Memcpy(Data, MyArr->GetData(), width * height * 4);

Works like a charm now.