GameProjectUtils::GeneratePluginModuleCPPFile

Generates a module .cpp file, intended for plugin use

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

References

   
Module GameProjectGeneration
Header /Engine/Source/Editor/GameProjectGeneration/Public/GameProjectUtils.h
Include #include "GameProjectUtils.h"
Source /Engine/Source/Editor/GameProjectGeneration/Private/GameProjectUtils.cpp
static bool GeneratePluginModuleCPPFile
(
    const [FString](API\Runtime\Core\Containers\FString) & CPPFileName,
    const [FString](API\Runtime\Core\Containers\FString) & ModuleName,
    const [FString](API\Runtime\Core\Containers\FString) & StartupSourceCode,
    [FText](API\Runtime\Core\Internationalization\FText) & OutFailReason
)

Remarks

Generates a module .cpp file, intended for plugin use


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library