Navigation
API > API/Plugins > API/Plugins/FileSandboxCore
| |
|
| Name |
UE::FileSandboxCore::EDirectorySuitability |
| Type |
enum |
| Header File |
/Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxCore/Public/Utils/SandboxDirectoryUtils.h |
| Include Path |
#include "Utils/SandboxDirectoryUtils.h" |
Syntax
namespace UE
{
namespace FileSandboxCore
{
enum EDirectorySuitability
{
Suitable,
EmptyName,
NameTooLong,
DuplicateName,
InvalidPath,
DirectoryAlreadyExists,
}
}
}
Values
| Name |
Remarks |
| Suitable |
|
| EmptyName |
|
| NameTooLong |
|
| DuplicateName |
|
| InvalidPath |
|
| DirectoryAlreadyExists |
|