Navigation
API > API/Plugins > API/Plugins/FileSandboxCore
| Name | UE::FileSandboxCore::EBreakBehavior |
| Type | enum |
| Header File | /Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxCore/Public/Types/EBreakBehavior.h |
| Include Path | #include "Types/EBreakBehavior.h" |
Syntax
namespace UE
{
namespace FileSandboxCore
{
enum EBreakBehavior
{
Continue,
Break,
}
}
}
Values
| Name | Remarks |
|---|---|
| Continue | |
| Break |