Unreal C++ Course Chapter 109
In this chapter we set up the enumerations for the player character's equip state, in my case AEchoCharacter. I declared my enumerations in a separate header file CharacterState.h which can also be used for other states besides equipping items: Alive/Dead, Climbing/Swimming etc. I decided to specify my enum encapsulation as ECharacterEquipState. Although I didn't fully agree with making the…
We haven't written up this one. Dev.to has the full story — the link below goes straight to it.