[16/50] Use UDataTable to manage game data in Unreal
In one of our previous posts on the topic of data driven game play in Unreal Engine, we did a
[15/50] A simple reusable alert widget in Unreal
A versatile alert widget can have multiple uses including notifying the user of empty states (when there is no content)
[14/50] A reusable Icon Button in C++ for Unreal UMG
Buttons are usually the primary way a user interacts with the User Interface (UI) and associating meaningful icons with them
[6/50] A quick and dirty Python script to automate builds in Unreal
Sometimes, a quick and a dirty solution is better than a well thought and a well designed one. Build scripts
[5/50] Dynamic sunlight and environment changes with C++ in Unreal Engine
In scripted game worlds, the creative and game design folks need tight control over transitioning between day-night cycles unlike clocked
[3/50] Reusable Pressure Plates with C++
Pressure plates are objects on which the player can step on or move other objects over them to trigger certain
[2/50] Using AI Perception Component in C++
The AI Perception Component can be setup within an AAIController to receive and react to additional sensory data like sight,
[-1/50] A naive approach to reactive updates with Unreal UMG
📑This is the second post in a series of 50 daily posts documenting the development of Paperplanes. The previous post
DRY HTTP Requests for Unreal with Data Tables
Announcing UnrealTableHTTP - a Data Table driven HTTP requests package for Unreal with C++ and Blueprint APIs.
As of writing,