This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dfda9cee4e85ad080f4ceadff00f6c3cc0854ca2
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
PakFile
/
Private
History
matt peters
65511c6a9b
Fix crash when running game with legacy pakfiles (-skipiostore). FPakReadRequestBase and all subclasses of IAsyncReadRequest need a default implementation for the new EnsureCompletion function rather than a fatal error if called.
...
#rnx #rb danny.couture [CL 31567969 by matt peters in ue5-main branch]
2024-02-16 11:40:30 -05:00
..
FilePackageStore.cpp
…
FilePackageStore.h
…
GenericPlatformIoDispatcher.cpp
…
GenericPlatformIoDispatcher.h
…
IoDispatcherFileBackend.cpp
I/O - changed dispatcher backend interface from resolving a single to a batch of I/O requests.
2024-02-14 08:43:21 -05:00
IoDispatcherFileBackend.h
I/O - changed dispatcher backend interface from resolving a single to a batch of I/O requests.
2024-02-14 08:43:21 -05:00
IPlatformFilePak.cpp
Fix crash when running game with legacy pakfiles (-skipiostore). FPakReadRequestBase and all subclasses of IAsyncReadRequest need a default implementation for the new EnsureCompletion function rather than a fatal error if called.
2024-02-16 11:40:30 -05:00
SignedArchiveReader.cpp
…
SignedArchiveReader.h
…