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
460bdb76379573e457cdb40ee5fe68ff6fa235cf
UnrealEngineUWP
/
Engine
/
Source
/
Editor
/
BlueprintGraph
History
zhikang shao
81750f0a27
Finding References By Name on event nodes (K2Node_Event) and function call nodes (K2Node_CallFunction) now consistently searches by native name, rather than friendly name in some cases. Additionally, K2Node_CreateDelegate appends metadata so it can be found when searching for the referenced function if it's a class member.
...
#rb Phillip.Kavan [CL 30593990 by zhikang shao in ue5-main branch]
2024-01-12 10:56:49 -05:00
..
Classes
Replaced UE_NODISCARD with [[nodiscard]].
2024-01-12 10:47:04 -05:00
Private
Finding References By Name on event nodes (K2Node_Event) and function call nodes (K2Node_CallFunction) now consistently searches by native name, rather than friendly name in some cases. Additionally, K2Node_CreateDelegate appends metadata so it can be found when searching for the referenced function if it's a class member.
2024-01-12 10:56:49 -05:00
Public
#jira UE-196209
2023-12-14 06:34:39 -05:00
BlueprintGraph.Build.cs
…