FNewClassInfo::GetClassNameCPP

Get the C++ class name; this may or may not be prefixed, but will always produce a valid C++ name via GetClassPrefix() + [GetClassName()](API\Editor\GameProjectGeneration\FNewClassInfo\GetClassName)

Unreal Engine C++ API Reference > Editor > GameProjectGeneration > FNewClassInfo

References

   
Module GameProjectGeneration
Header /Engine/Source/Editor/GameProjectGeneration/Public/AddToProjectConfig.h
Include #include "AddToProjectConfig.h"
Source /Engine/Source/Editor/GameProjectGeneration/Private/GameProjectUtils.cpp
[FString](API\Runtime\Core\Containers\FString) GetClassNameCPP() const  

Remarks

Get the C++ class name; this may or may not be prefixed, but will always produce a valid C++ name via GetClassPrefix() + GetClassName()


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library