c++

Jun
04
Stable Diffusion result for: An artwork for an inventory system in a video game.

[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
1 min read
Jun
03
Stable Diffusion result for: "An art of an alert box."

[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)
1 min read
Jun
02
Stable diffusion returns this for the prompt: "An artwork about icons and buttons."

[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
2 min read
May
25
[6/50] A quick and dirty Python script to automate builds in Unreal

[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
2 min read
May
24
An anime style image of Sun light spread across grasslands generated by Stable Diffusion.

[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
2 min read
May
23
A photo of the game Prince of Persia (1989).

[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
1 min read
May
21
Caricature of an AI agent in Asian art style generated by Stable Diffusion model.

[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,
2 min read
May
20
[-1/50] A naive approach to reactive updates with Unreal UMG

[-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
3 min read
May
13
DRY HTTP Requests for Unreal with Data Tables

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,
1 min read