
Opis
A grab-bag of helpers for Unreal Engine which I use in all my projects. This is an open source C++ project which I'm putting on Fab to make it easier to people who can't build C++ to use in their projects.
Of particular note:
Gamepad-friendly UI enhancements. Never, ever lose gamepad focus!
Useful UI controls like menu systems, typewriter text and more
Better Input events: Reliable notification when the player changes input method (gamepad <-> mouse/keyboard)
Debug visualisations
Better DataTable Row References
Light Flicker
Easing Functions
Replicated Physics Actor
Actor Pooling System
Random Tools - Halton Sequence, Shuffle Bag
Smooth Spring Arm Component
RTT Texture Pool
Dynamic Navmesh volume
See https://github.com/sinbad/StevesUEHelpers for more information.


