Navigation
API > API/Plugins > API/Plugins/FileSandboxCore
| |
|
| Name |
UE::FileSandboxCore::ESandboxInitFlags |
| Type |
enum |
| Header File |
/Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxCore/Public/Types/SandboxInitFlags.h |
| Include Path |
#include "Types/SandboxInitFlags.h" |
Syntax
namespace UE
{
namespace FileSandboxCore
{
enum ESandboxInitFlags
{
None,
ForceRedirectorsOnRenameInSourceControl = 1 << 0,
Default = ForceRedirectorsOnRenameInSourceControl,
}
}
}
Values
| Name |
Remarks |
| None |
|
| ForceRedirectorsOnRenameInSourceControl |
If the user is using source control, then renaming assets should cause redirectors to be created. |
| Default |
|