Is there a way to make a custom event output like event tick does?
Note that the even tick changes the amount of output per frame compared to a fixed custom event timer, therefor its not the same and can cause more task to run per frame then needed
If you need to slow down tick of a component or actor you can set the tick rate, but as ClockworkOcean mentioned tick only runs once per frame unless you change the tick rate but it can never run more than once.
I know tick is only once per frame, im asking in regards to how i can change so an custom event is called once per frame as well istead of setting it to a fixed timer