FNewClassInfo::GetSourceFilename

Given a class name, generate the source file (.cpp) that should be used for this class

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

Remarks

Given a class name, generate the source file (.cpp) that should be used for this class


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library