Data Assets C++

Hi! I’m Trying to create a data Asset for a game I’m creating in UE5.
I decided to create a Data Asset for the different waves of the game.
I searched online on how to do data assets but all I see is Blueprint codes but I’m having a hard time how can I do it on C++?

I’m doing Tower Defense game and the data assets are for diffrent waves of enemies that will spawn

Hi Choi_Insignia_01,

Unreal put together a nice course on Data Assets that covers both Blueprints and C++. You can jump to 4:20 in the video if you’d like just the C++ version.

Hope this helps, good luck with your project!