Navigation
API > API/Runtime > API/Runtime/ChaosVDRuntime
| Name | EChaosVDManifoldPointFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/Experimental/ChaosVisualDebugger/Public/DataWrappers/ChaosVDCollisionDataWrappers.h |
| Include Path | #include "DataWrappers/ChaosVDCollisionDataWrappers.h" |
Syntax
enum EChaosVDManifoldPointFlags
{
None = 0,
Disabled = 1 << 0,
WasRestored = 1 << 1,
WasReplaced = 1 << 2,
HasStaticFrictionAnchor = 1 << 3,
IsValid = 1 << 4,
InsideStaticFrictionCone = 1 << 5,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Disabled | |
| WasRestored | |
| WasReplaced | |
| HasStaticFrictionAnchor | |
| IsValid | |
| InsideStaticFrictionCone |