FNodeDocsGenerator::GenerateNodeImage() fails with exeption "Access violation writing location 0x0000000000000000" inside
RTResource->ReadPixelsPtr(PixelData->Pixels.GetData(), ReadPixelFlags, Rect)
call. PixelData->Pixels.GetData() is NULL in 4.25, so in FRenderTarget::ReadPixelsPtr OutImageBytes is NULL with kind of predictable outeome.
I'm not sure if this fix is good enough, but at least it works now.
FNodeDocsGenerator::GenerateNodeImage() fails with exeption "Access violation writing location 0x0000000000000000" inside RTResource->ReadPixelsPtr(PixelData->Pixels.GetData(), ReadPixelFlags, Rect) call. PixelData->Pixels.GetData() is NULL in 4.25, so in FRenderTarget::ReadPixelsPtr OutImageBytes is NULL with kind of predictable outeome.
I'm not sure if this fix is good enough, but at least it works now.