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
5.4
Add File
New File
Upload File
Apply Patch
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
Core
/
Private
/
Containers
History
rob krajcarski
3c284cb146
Fix for FString::ParseIntoArray when string to parse has a length of 0, but still has backing memory
...
#rb Tim.Smith [CL 32496613 by rob krajcarski in 5.4 branch]
2024-03-26 00:42:33 -04:00
..
Algo
…
AnsiString.cpp
…
BackgroundableTicker.cpp
…
BitArray.cpp
…
ContainerAllocationPolicies.cpp
…
ContainerHelpers.cpp
…
ContainersTest.cpp
Adds missing GetId() member from TSet::TBaseKeyIterator.
2024-01-29 11:19:03 -05:00
HashTable.cpp
…
LockFreeList.cpp
Fixed default initialization of TLS slots to 0 and invalidity check against 0 as 0 is a valid TLS slot index
2024-02-02 07:23:47 -05:00
MemoryImageAllocator.cpp
Silence PVS warnings
2024-01-17 01:34:02 -05:00
StackTracker.cpp
Fixed up DerivedDataCache, DesktopPlatform, ApplicationCore, AssetRegistry, Core, CoreUObject, Projects, Sockets code to use EAllowShrinking instead of bools.
2024-01-17 19:51:06 -05:00
StaticBitArrayTests.cpp
…
String.cpp
…
String.cpp.inl
Fix for FString::ParseIntoArray when string to parse has a length of 0, but still has backing memory
2024-03-26 00:42:33 -04:00
StringIncludes.cpp.inl
…
StringTest.cpp
…
Ticker.cpp
…
Union.cpp
…
Utf8String.cpp
…
VersePath.cpp
…