Hello. Can someone please refer me to some literature on how to use instructions over and over. For example an “Event Receive Begin Play”. That I would like to use over and over many times…
I thought it was to be copied or duplicated? When I do, I’m getting this error “is out of date, please refresh it” I tried it but still the same issue after refreshing.
You can have events only once. If you need it to do more things you need to make one long chain out of everything you want to do, or use a Sequence node, which will split the signal into multiple ones (more like Kismet).
You can try Custom Events if you want to use over and over again.
Ok, chain works good for now. Custom events shortly!!