Navigation
API > API/Runtime > API/Runtime/ChaosCore
Copyright Epic Games, Inc. All Rights Reserved.
| Name | Chaos::Sweeps::ESweepFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/Sweeps.h |
| Include Path | #include "Chaos/Sweeps.h" |
Syntax
namespace Chaos
{
namespace Sweeps
{
enum ESweepFlags
{
None = 0,
MTD = (1 << 9),
}
}
}
Values
| Name | Remarks |
|---|---|
| None | |
| MTD |