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

Implementation: Event Component

muit opened this issue · comments

Implement a component that manages a single time event and throws it with a delegate.

Why?

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