GameProjectUtils::DeleteCreatedFiles

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

Windows
MacOS
Linux

References

Module

GameProjectGeneration

Header

/Engine/Source/Editor/GameProjectGeneration/Public/GameProjectUtils.h

Include

#include "GameProjectUtils.h"

Source

/Engine/Source/Editor/GameProjectGeneration/Private/GameProjectUtils.cpp

Syntax

static void DeleteCreatedFiles
(
    const FString & RootFolder,
    const TArray< FString > & CreatedFiles
)

Remarks

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss