UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Chaos::OrderedEdgeKeyFuncs Struct Reference
+ Inheritance diagram for Chaos::OrderedEdgeKeyFuncs:

Static Public Member Functions

static FORCEINLINE TVec2< int32GetSetKey (const TVec2< int32 > &elem)
 
static FORCEINLINE bool Matches (const TVec2< int32 > &a, const TVec2< int32 > &b)
 
static FORCEINLINE uint32 GetKeyHash (const TVec2< int32 > &elem)
 

Additional Inherited Members

- Public Types inherited from BaseKeyFuncs< TVec2< int32 >, TVec2< int32 >, false >
enum  
 
typedef TVec2< int32KeyType
 
typedef TCallTraits< TVec2< int32 > >::ParamType KeyInitType
 
typedef TCallTraits< TVec2< int32 > >::ParamType ElementInitType
 

Detailed Description

Comparator for TSet<TVec2<int32>> that compares the components of vectors in ascending order.

Member Function Documentation

◆ GetKeyHash()

static FORCEINLINE uint32 Chaos::OrderedEdgeKeyFuncs::GetKeyHash ( const TVec2< int32 > &  elem)
inlinestatic

◆ GetSetKey()

static FORCEINLINE TVec2< int32 > Chaos::OrderedEdgeKeyFuncs::GetSetKey ( const TVec2< int32 > &  elem)
inlinestatic

◆ Matches()

static FORCEINLINE bool Chaos::OrderedEdgeKeyFuncs::Matches ( const TVec2< int32 > &  a,
const TVec2< int32 > &  b 
)
inlinestatic

The documentation for this struct was generated from the following file: