FDataprepCoreUtils::DeleteTemporaryFolders

Delete the specified folder including all assets and sub-folders inside it.

Windows
MacOS
Linux

References

Module

DataprepCore

Header

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepCoreUtils.h

Include

#include "DataprepCoreUtils.h"

Source

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/DataprepCoreUtils.cpp

Syntax

static void DeleteTemporaryFolders
(
    const FString & BaseTemporaryPath
)

Remarks

Delete the specified folder including all assets and sub-folders inside it.

This is called at the end of the execution of a Dataprep asset to remove all the temporary assets and folders created during its execution.

Parameters

Parameter

Description

BaseTemporaryPath

Root folder to start from

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