/UnrealEngineEmptyCpp

This repository provides a minimal Unreal Engine module to use C++ within a pure Blueprint project

Primary LanguageC#MIT LicenseMIT

Unreal Engine Empty Cpp

This small repository contains minimal files to enable C++ development within a Unreal Engine project that was setup as a pure Blueprint project.

That's all :)

Here you can see how to use the files, #6.0 Adding C++ Support - UE5 Manny Integration - ALS Secrets.

Code for the uproject file.

,
	"Modules": [
		{
			"Name": "EmptyCpp",
			"Type": "Runtime",
			"LoadingPhase": "Default"
		}
	]