Navigation
API > API/Runtime > API/Runtime/Chaos
Copyright Epic Games, Inc. All Rights Reserved.
| Name | Chaos::Filter::EBroadFilterResult |
| Type | enum |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/CollisionFilterData.h |
| Include Path | #include "Chaos/CollisionFilterData.h" |
Syntax
namespace Chaos
{
namespace Filter
{
enum EBroadFilterResult
{
Reject,
Accept,
}
}
}
Values
| Name | Remarks |
|---|---|
| Reject | The object should be skipped from further processing. |
| Accept | The object should go through the rest of the detection pipeline. |