Unreal Engine 4 2D Tutorial - Placing sprites using an Enum in C++

Опубликовано: 20 Октябрь 2024
на канале: Ant's Unreal Tutorials
79
6

This tutorial covers how to place sprites on a different Y axis within the world. This uses an enum dropdown within the editor so that a designer can place them in front or behind a player character as well as on the same plane depending on the option selected.

This video follows on from the previous tutorial here:    • Unreal Engine 4 2D - Construction Scr...  

Unreal Engine 4.22
Visual Studio 2017

Track: Cytrax - Feelings (feat. Émilie Rachel) [NCS Release]
Music provided by NoCopyrightSounds.
Watch:    • Cytrax - Feelings (feat. Émilie Rache...  ​
Free Download / Stream: http://ncs.io/Feelings

Lens Flare provided by "Footage Island"
   / footageisland  


Intro: 0:00
Create header file, enum and variables 01:05
Create CPP file 04:56
End result 08:17