![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ContactTriangles.h>
Public Member Functions | |
| FORCEINLINE | FContactEdgeID () |
| FORCEINLINE | FContactEdgeID (const FContactVertexID VertexIndexA, const FContactVertexID VertexIndexB) |
| FORCEINLINE bool | IsValid () const |
Public Attributes | ||
| union { | ||
| FContactVertexID VertexIDs [2] | ||
| uint64 EdgeID | ||
| }; | ||
Friends | |
| FORCEINLINE friend bool | operator== (const FContactEdgeID &L, const FContactEdgeID &R) |
| FORCEINLINE friend bool | operator!= (const FContactEdgeID &L, const FContactEdgeID &R) |
| FORCEINLINE friend bool | operator< (const FContactEdgeID &L, const FContactEdgeID &R) |
| FORCEINLINE friend uint32 | GetTypeHash (const FContactEdgeID &V) |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |
|
friend |
|
friend |
| union { ... } Chaos::FContactEdgeID |
| uint64 Chaos::FContactEdgeID::EdgeID |
| FContactVertexID Chaos::FContactEdgeID::VertexIDs[2] |