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
0bbcd408aa1fbdbcd76cbfe9fc54af960318daa3
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
Core
/
Tests
History
steve robb
51f3ea53ae
Removed ChooseClass.h includes.
...
#rb trivial [CL 27823723 by steve robb in ue5-main branch]
2023-09-13 05:43:01 -04:00
..
Algo
…
Async
…
Compression
…
Containers
TBitArray:
2023-06-30 10:29:48 -04:00
Delegates
Added test for delegates to prove that argument forwarding works for unicast delegates.
2023-06-20 06:01:30 -04:00
HAL
Added PREPROCESSOR_VA_ARG_COUNT(...) and PREPROCESSOR_APPEND_VA_ARG_COUNT(Prefix, ...) macros, which evaluate to the number of arguments passed to it and a token made by appending a prefix to the count respectively.
2023-06-23 14:59:15 -04:00
Hash
…
Internationalization
…
IO
…
Math
Removed ChooseClass.h includes.
2023-09-13 05:43:01 -04:00
Memory
…
Misc
Added const to test code to fix build issue not found using preflight
2023-06-19 12:17:57 -04:00
Serialization
…
String
checkf and ensureMsgf will now validate the printf parameters when UE_VALIDATE_FORMAT_STRINGS is defined.
2023-09-07 08:38:09 -04:00
Tasks
A minimal support for task cancellation:
2023-08-04 09:54:33 -04:00
Templates
…
TestGroupEvents.cpp
…