You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Adding FRHIResourceCreateInfoUploadArray to the new RHIResourceUtils.h - FRHIResourceCreateInfoUploadArray is a FRHIResourceCreateInfo type that manages its own FResourceArrayUploadArrayView, meaning it can be used to replace the multi-line code it previously took to upload data from a container type. - Adding UE::RHIResourceUtils::CreateBufferWithData to further reduce the code it takes to create a buffer with initial data. #rb jeannoe.morissette, Yuriy.ODonnell [CL 34084534 by christopher waters in ue5-main branch]