You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- FResourceArrayInterface is explicitly an interface for TResourceArray but it has also been coopted for general buffer uploads which doesn't actually need IsStatic/GetAllowCPUAccess/SetAllowCPUAccess. - This change seperates the TResourceArray Static/CPUAccess interface from the general uploading interface which now lives in FResourceArrayUploadInterface. - Changing the ResourceArray member of RHIResourceCreateInfo to be FResourceArrayUploadInterface. - Adding FResourceArrayUploadArrayView as a utility for simple buffer uploads and replaces a number of ad-hoc implementations. #rb Yuriy.ODonnell [CL 34031544 by christopher waters in ue5-main branch]