3#include <EditorFramework/EditorFrameworkDLL.h>
4#include <Foundation/Containers/Set.h>
5#include <Foundation/IO/OSFile.h>
6#include <Foundation/IO/Stream.h>
7#include <Foundation/Logging/Log.h>
31 static plResult ClearTargetFolder(
const char* szAbsFolderPath);
35 static plResult CreateExportFilterFile(
const char* szExpectedFile,
const char* szFallbackFile);
Definition FileSystemConfig.h:8
Definition AssetCurator.h:139
Definition DynamicArray.h:81
plProgressRange is the preferred method to inform the system of progress.
Definition Progress.h:97
A collection of plPathPatterns.
Definition PathPatternFilter.h:34
Definition ProjectExport.h:18
Default enum for returning failure or success, instead of using a bool.
Definition Types.h:54