Navigation
API > API/Runtime > API/Runtime/Chaos
Default convex structure index traits - assumes signed.
| Name | TConvexStructureIndexTraits |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ConvexHalfEdgeStructureData.h |
| Include Path | #include "Chaos/ConvexHalfEdgeStructureData.h" |
Syntax
template<typename T_INDEX>
struct TConvexStructureIndexTraits
Struct Specializations
| Name | Remarks |
|---|---|
| TConvexStructureIndexTraits< uint8 > | Uint8 uses 255 as InvalidIndex, and therefore supports elements with indices 0...254 |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FIndex | T_INDEX | Chaos/ConvexHalfEdgeStructureData.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| InvalidIndex | const FIndex | Chaos/ConvexHalfEdgeStructureData.h | |
| MaxIndex | const FIndex | Chaos/ConvexHalfEdgeStructureData.h |