Files
UnrealEngineUWP/Engine/Source/Runtime/Core/Private/IO
paul chipchase ba69316583 Optimization when decoding IoStore data
#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]
2023-09-08 04:20:30 -04:00
..