Back to Browse

Unreal Engine C++ Tutorial #3 - Making a game!

37.8K views
Dec 4, 2015
14:31

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 formats

No download links available.

Unreal Engine C++ Tutorial #3 - Making a game! | NatokHD