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
b2ba58545c0ec4f19ac00a6e500f79287eeebafa
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
SlateCore
History
Patrick Boutot
b2ba58545c
Fix build with "error C4458: declaration of 'Slot' hides class member"
...
#rb none #rnx [CL 16451220 by Patrick Boutot in ue5-main branch]
2021-05-25 12:35:31 -04:00
..
Private
Slate: Add FSlotArguments as a way to create FSlot in the declarative way, similar to SWidget. It will be used to support TSlateAttribute on FSlot. TAttribute will be in the FSlotArguments and the FSlate will have a TSlateAttribute, similar to SWidget. The previous slot will be deprecated once everything is converted. Convert SOverlay to FSlotArguments.
2021-05-25 10:13:56 -04:00
Public
Fix build with "error C4458: declaration of 'Slot' hides class member"
2021-05-25 12:35:31 -04:00
SlateCore.Build.cs
- UBT Code changes to remove 32-bit Windows support (C++ code for 32-bit still exists)
2021-01-31 15:09:58 -04:00