muit / JinkCore

An Unreal Engine 4 plugin that adds game-focused features and improvements to the engine.

Home Page:http://piperift.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement: EventsMap Component

muit opened this issue · comments

Implement a component that manages time events and throws them with delegates.

Why?

Even if blueprints directly allow this feature, its not clean and encapsulated and will use a lot of nodes for this simple task.