Enjoying the preview?
This is the free first lesson. Get full access — request a demo or sign in.
Enjoying the preview?
This is the free first lesson. Get full access — request a demo or sign in.
In these lessons, you’ll download, install, and set options to use Visual Studio to code in C++. While Unreal Engine 5 is well known for its Blueprints visual coding system, Unreal Engine functions can also be coded in C++ using the Visual Studio editor when configured for Unreal Engine.
We’ll go over how to install Visual Studio with all the needed components in order to code Unreal Engine in C++, as well as components for mobile game and mixed reality applications. We’ll also walk through how to use Visual Studio to code and run a basic “hello world” script. Once the basics of working with C++ coding are covered, we’ll show you how to create a new C++ class and merge it into an Actor Blueprint built from several shapes. The C++ code will provide the functionality to make the actor launch upwards like a rocket.
It covers downloading, installing, and setting options to use Visual Studio for coding in C++ with Unreal Engine 5, writing and running a basic "hello world" script, creating a new C++ class, and merging it into an Actor Blueprint so the actor launches upwards like a rocket.
Unreal Engine 5 is well known for its Blueprints visual coding system, but Unreal Engine functions can also be coded in C++ using the Visual Studio editor when it is configured for Unreal Engine.
You will work with C++, Microsoft Visual Studio, the Unreal Development Kit, Unreal Engine, Visual C++, and Visual Studio Online.
The course includes three lessons: Setting Up Visual Studio, C++ Introduction, and Launch a Rocket Using C++.
You will create a new C++ class and merge it into an Actor Blueprint built from several shapes, with the C++ code providing the functionality to make the actor launch upwards like a rocket.