

PLUGINS
(For Unreal Engine)
Easy Actions:
Watch: Demo | Tutorial | Sample
EasyActions is an easy to use plugin for Unreal Engine.
It allows you to manage various time-based actions with various ease-in/out functions.
In addition you can use this plugin in your blueprint project without the need of writing a single line of code!
There are various actions you can manage:
-
Actor actions – move, rotate, scale, follow Bezier curve (path).
-
Dynamic material actions – blend between colors, fade in/out (requires dynamic material with matching vector properties).
Easy Popups:
Easy Popups Plugin for Unreal Engine allows you to easily manage user/player input for popup dialogs and other user input dependent stuff in Blueprints.
You can receive or send user input in one latent Blueprint node with no need for: delegates, macros, state management, etc.
You can also receive or send user input to/from anywhere you want: menu popup dialog, actor to actor, etc