I tried to use rng device (Random number generator) through verse and I kept getting red squiggles whenever I subscribed something to WinEvent
or LoseEvent
Hi Ego, if we look at the signature of the function, you can see that your subscriber should take an empty tuple()
as its arguments, which means no argument at all
This is done on Epic’s side so you cannot do otherwise, they just don’t return the agent, so maybe you can think of using something else, like GetRandomInt()
for example ?
1 Like
Thank you for you response! Now I get to know why I get red squiggles