Next up
More After Image system enhancements for future project use. Trying out different blending modes, and mimicking a character after image like Mega Man X4's Dash trail. I think the results are pretty neat! #UnrealEngine #gamedev
I did an experiment to get an improvement to sprite rotation quality while maintaining the retro vibe, in Unreal Engine.
I works with any type of 3D transformed object too. And it still respects the scanlines, so it will fit in correctly with CRT filters.
Light work today on combining a piece of data and a checkbox. Unreal can't do this through C++ templates so I had to manually make a variant for each data type. Made it for several universal Blueprint data types.
The item animations stay in sync always, no matter where, when, or how many spawn.
(60fps version in replies.)
🔊ON! Finally got around to making a proper Music system in #UnrealEngine5. Utilizing MetaSounds for seamless and easy to configure loop points. Plus you can preload a track to prevent loading time gaps, and it is async to prevent frame stuttering.
Are you doing unnecessary work when calling Delegates in #UnrealEngine?
I wrote an article about this small topic since I was dealing with it recently (it's free to read!) Includes examples and fancy Macros.
https://www.patreon.com/posts/unreal-engine-131408500?utm_medium…
Cooking today. Proof of concept to Increment and Decrement ANY UEnum;
ie. ValueA -> ValueB -> ValueC -> ValueD -> (wrap to) ValueA
For UEnum Assets AND CPP defined UEnums, whether you own/control them or not.














4 comments