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
43b221abebcc2cb65a66e65d07e2e8d3fa2c697c
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
Core
/
Private
/
Containers
History
steve robb
3cccdde2da
Moved code out of generic string .inl files that we don't want to be generic (yet?).
...
#rb devin.doucette #jira UE-194628 [CL 27837674 by steve robb in ue5-main branch]
2023-09-13 13:05:04 -04:00
..
Algo
…
BackgroundableTicker.cpp
…
BitArray.cpp
…
ContainerAllocationPolicies.cpp
…
ContainerHelpers.cpp
…
ContainersTest.cpp
…
HashTable.cpp
…
LockFreeList.cpp
…
MemoryImageAllocator.cpp
…
StackTracker.cpp
…
StaticBitArrayTests.cpp
Fixed TStaticBitArray::operator== const incorrectness, which wasn't being called by operator!= but was instead causing an incorrect path to be called via implicit bool conversions.
2023-09-08 11:16:20 -04:00
String.cpp
Moved code out of generic string .inl files that we don't want to be generic (yet?).
2023-09-13 13:05:04 -04:00
String.cpp.inl
Moved code out of generic string .inl files that we don't want to be generic (yet?).
2023-09-13 13:05:04 -04:00
StringIncludes.cpp.inl
Moved string code into .inl files in anticipation of the upcoming FUtf8String change.
2023-09-13 11:11:38 -04:00
StringTest.cpp
…
Ticker.cpp
…
Union.cpp
…
VersePath.cpp
1) Removed the bUseVerse UBT setting.
2023-08-18 08:09:29 -04:00