Unreal Engine C++ Tutorial #3 - Making a game!
Its only been 3 tutorials, but in this one we'll get started on making a game! Unreal Engine Tutorial : Welcome back! I've decided to restart the series and I will be covering everything i've already gone over, however in more detail, and with better quality :) What the series is about: In this series I aim to cover all areas of using C++ with the unreal engine. After enough tutorials, i'll combine all the knowledge learned to create some sort of game ( likely a horror game of some sort ) Although the series will mostly focus on C++, i'll also cover linking blueprints to C++ along with texturing and level design. Stay tuned :) Triggerbox Functions: UFUNCTION() void TriggerEnter(class AActor* OtherActor, class UPrimitiveComponent* OtherComp, int32 OtherBodyIndex, bool bFromSweep, const FHitResult& SweepResult); UFUNCTION() void TriggerExit(class AActor* OtherActor, class UPrimitiveComponent* OtherComp, int32 OtherBodyIndex);
Download
0 formatsNo download links available.