GameProjectUtils::DeleteCreatedFiles

Deletes the specified list of files that were created during file creation

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 void DeleteCreatedFiles
(
    const [FString](API\Runtime\Core\Containers\FString) & RootFolder,
    const [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & CreatedFiles
)

Remarks

Deletes the specified list of files that were created during file creation


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library