jerkytreats

Search

Home

2025

2024

Worklog

LETSGO Game

On Tech Debt

Building A Music Engine

jerkytreats
jerkytreats
/LETSGO
LETSGO
/
NoteContainer Fix

NoteContainer Fix

Date
June 7, 2024
Hours
3
Tags
UnrealCodeC++BlueprintsLETSGO

Bug fix: Add guard in NoteContainer to prevent removing item from empty Notes array

JerkyTreats

Fixed a crash where we tried to pop an empty NoteContainer.

Learned about C++ out parameters, which I used for the PopNextNote() function.