Skip to content

Knowledge Horde

Where tech adventurers raid for knowledge in software testing and game development.

  • Home
  • About
Blueprints, Game Development, Guides, Unreal Engine

Learning Unreal 5: How to Communicate using Event Dispatchers

Unreal Engine event dispatchers are one of three main ways that you can communicate between blueprints. For anyone familiar with observers or publishers & subscribers, […]

29 March 2024
Blueprints, Game Development, Guides, Unreal Engine

Learning Unreal Engine 5: How to implement Enhanced Input Actions

In Unreal Engine, you can set up keybinds for character actions in various ways. One effective method is leveraging Unreal Engine 5’s Enhanced Input Actions […]

15 March 2024
Game Development, Guides, Unreal Engine

Learning Unreal 5: Basics of Unreal Motion Graphics Interface

So far, I’ve created a few super basic HUDs for the sake of displaying stats on the screen to validate logic around them. But these […]

30 July 2023
Blueprints, Game Development, Tutorial, Unreal Engine

Learning Unreal 5: Stamina drain & regen

One of the basic features found in many games is a stamina bar that will drain when you’re running or jumping and slowly regenerate when […]

24 July 2023
Tips & Tricks, Unreal Engine

Learning Unreal 5: Short Keybind Cheatsheet

Keybinds save a lot of time, and when following tutorials you can quickly become lost if the creator fails to share a keybind they used […]

21 July 2023
Blueprints, Game Development, Tutorial, Unreal Engine

Learning Unreal 5: Player Stats & HUD with Blueprints

I implemented player health and mana variables, displayed them on a HUD and set up debug keys to add/remove health and increase max health. Preview […]

17 July 2023
Guides, Process, Testing

Shift-left testing: Test earlier & more often

Any company in software development often finds themselves with a problem – bugs. However, not many tend to do anything about it, or they focus […]

17 July 2023
Blueprints, Game Development, Tutorial, Unreal Engine

Learning Unreal 5: Creating a functional, lockable door with Blueprints

In this tutorial, I’ll be sharing my discoveries and in creating functional and lockable doors using blueprints in Unreal Engine. Learn how to create your […]

16 July 2023
Automation, iOS, Tutorial

Implementing UI Snapshot testing with Swift Snapshot Test

Swift Snapshot Testing is a wonderful open source library that provides support for snapshot tests in your swift code. Its snapshot comparison options are robust, […]

16 July 2023

Posts pagination

Previous 1 2
Copyright © Stephanie Bogart 2023-2024. All rights reserved. Theme Elastic Blog by Creativ Themes