GlobalEventSystem-Unreal icon indicating copy to clipboard operation
GlobalEventSystem-Unreal copied to clipboard

optimization: trust from 2nd call onwards

Open getnamo opened this issue 4 years ago • 0 comments

Function signatures can't change at runtime, we can use this to type check a new listener on the first call and then turn off validation for that listener for future calls of that function.

getnamo avatar Nov 27 '19 23:11 getnamo