Navigation
API > API/Runtime > API/Runtime/ChaosVDRuntime > API/Runtime/ChaosVDRuntime/DataWrappers
References
| |
|
| Module |
ChaosVDRuntime |
| Header |
/Engine/Source/Runtime/Experimental/ChaosVisualDebugger/Public/DataWrappers/ChaosVDCollisionDataWrappers.h |
| Include |
#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 |
Description |
| None |
|
| Disabled |
|
| WasRestored |
|
| WasReplaced |
|
| HasStaticFrictionAnchor |
|
| IsValid |
|
| InsideStaticFrictionCone |
|