You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb Per.Larsson #rnx - Only create a copy of each block for decryption if we actually need to decrypt (ie there is a valid AES key) - If we do need to decrypt the blocks then only create a single buffer and reuse it for each block rather than creating a new buffer and copying to it for each block. [CL 27705362 by paul chipchase in ue5-main branch]