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.5
Add File
New File
Upload File
Apply Patch
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
Core
/
Tests
History
matt peters
750a447c27
Containers/RingBuffer.h: Fix compile error due to missing typename in using statement to a typedef on a templated class.
...
#rnx [CL 36265376 by matt peters in 5.5 branch]
2024-09-13 10:34:14 -04:00
..
Algo
…
Async
[TaskGraph]
2024-05-23 04:50:59 -04:00
Compression
…
Containers
Containers/RingBuffer.h: Fix compile error due to missing typename in using statement to a typedef on a templated class.
2024-09-13 10:34:14 -04:00
Delegates
…
GenericPlatform
Updated GetPakchunkIndexFromPakFile to parse PAK chunknames ending with the chunk index
2024-07-19 10:15:14 -04:00
HAL
Added new UE_ preprocessor metaprogramming macros to replace the PREPROCESSOR_ macros, to aid discoverability.
2024-06-20 10:24:07 -04:00
Hash
…
Internationalization
…
IO
…
Math
FMath: Fix ConstExprCeilLog2; it was formerly returning FloorLog2 instead of CeilLog2.
2024-09-04 11:36:07 -04:00
Memory
…
Misc
Sequencer MediaTrack requests parsing timecode meta data and fills in the media track section's source time code.
2024-09-10 15:35:49 -04:00
Serialization
CBWriter: Add platform support for SIZE_T, which does not implicitly convert to uint64 on Linux and Mac.
2024-08-07 16:50:11 -04:00
String
String: Added string case conversion functions under UE::String.
2024-06-10 13:01:45 -04:00
Tasks
[Scheduler/TaskGraph]
2024-06-13 11:34:29 -04:00
Templates
Add test for gsl::not_null. Add simple utilities to hash, serialize and optional. Add conversion to/from TNotNullPtr.
2024-09-03 07:20:18 -04:00
TestGroupEvents.cpp
…