Is one able to get the current project name using C++?

Hi @TheAshenWolf

const UGeneralProjectSettings& ProjectSettings = *GetDefault<UGeneralProjectSettings>();
UE_LOG(LogTemp, Log, TEXT("ProjectName: %s"), ProjectSettings.ProjectName);

*.Build.cs add EngineSettings module

If any problem let me know. My discord Andrew Bindraw #9014