FNewClassInfo::GetCleanClassName

Some classes may apply a particular suffix; this function returns the class name with those suffixes removed

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) GetCleanClassName
(
    const [FString](API\Runtime\Core\Containers\FString) & ClassName
) const

Remarks

Some classes may apply a particular suffix; this function returns the class name with those suffixes removed


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library