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
f2ff6bd94de1a5fcde5609e98bcbf57a4b8f2b79
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
…
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
…
HAL
…
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
…
Tasks
…
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
…