Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FGeometryCollection
| |
|
| Name |
ENodeFlags |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/GeometryCollection.h |
| Include Path |
#include "GeometryCollection/GeometryCollection.h" |
Syntax
enum ENodeFlags
{
FS_None = 0,
FS_RemoveOnFracture = 0x00000004,
FS_IgnoreCollisionInParentCluster = 0x00000008,
}
Values
| Name |
Remarks |
| FS_None |
Additional flags |
| FS_RemoveOnFracture |
Identify nodes that should be removed from the simulation instead of becoming a fractured body |
| FS_IgnoreCollisionInParentCluster |
|