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
769fc18eb3bd7a85288e2c3baf9ca64f58406da7
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
PakFile
/
Private
History
steve robb
f8d47335a4
Replaced RemoveAt(N, 1, EAllowShrinking::*) with RemoveAt(N, EAllowShrinking::*).
...
[CL 31626444 by steve robb in ue5-main branch]
2024-02-19 16:51:58 -05:00
..
FilePackageStore.cpp
…
FilePackageStore.h
…
GenericPlatformIoDispatcher.cpp
…
GenericPlatformIoDispatcher.h
…
IoDispatcherFileBackend.cpp
Replaced RemoveAt(N, 1, EAllowShrinking::*) with RemoveAt(N, EAllowShrinking::*).
2024-02-19 16:51:58 -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
…