CodeLikeMe
patreon
Unreal Engine 5 Real Time Strategy Game with C++ - Part 11 - Rect Selection / Box Selection
🕑 Added 2025-03-08 08:22:50 +0000 UTCThis is the 11th part of the tutorial series, where we are going to implement a Real Time Strategy game using Unreal Engine and C++. Today we are going to work on how to draw a rectangle on screen to show the selection area when we click and drag mouse in the game. Later we will select all the actors withing the rectangle for commanding. Here we will use a custom HUD class and draw the rectangle in DrawHUD function.
password=CLM_RTS10