The 2017 theme is "Waves" and my team consists of four co-workers from CAPCOM and Michael Lee (on SoundCloud).
The menu detects input from two gamepads without relying on any player character references, and also has dynamic and hidden elements for player feedback.
Unreal Engine 4 allows me to implement this menu without being connected to source control, and migrate these changes into the project with little risk of stomping my teammates' work. This is possible because the menu exists on its own level, and only uses one level blueprint and one widget blueprint to create a robust feature set.
Another of my personal insights from this jam is the benefit of starting and stopping sounds with Audio Components, which is a relatively simple task; as long as you don't make my initial mistake of scripting on the level Blueprint and referencing variables instead of components. Create a new blueprint object, spawn it in your level, and add one audio component on the object. Now you're on the right track.
As always, I am excited for next years' jam and playing other teams' games!