UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FPlaneKey Struct Reference

Public Member Functions

 FPlaneKey (int32 InX, int32 InY, int32 InZ, int32 InW)
 

Public Attributes

int32 X
 
int32 Y
 
int32 Z
 
int32 W
 

Friends

FORCEINLINE bool operator== (const FPlaneKey &A, const FPlaneKey &B)
 
FORCEINLINE uint32 GetTypeHash (const FPlaneKey &Key)
 

Constructor & Destructor Documentation

◆ FPlaneKey()

FPlaneKey::FPlaneKey ( int32  InX,
int32  InY,
int32  InZ,
int32  InW 
)
inline

Friends And Related Symbol Documentation

◆ GetTypeHash

FORCEINLINE uint32 GetTypeHash ( const FPlaneKey Key)
friend

◆ operator==

FORCEINLINE bool operator== ( const FPlaneKey A,
const FPlaneKey B 
)
friend

Member Data Documentation

◆ W

int32 FPlaneKey::W

◆ X

int32 FPlaneKey::X

◆ Y

int32 FPlaneKey::Y

◆ Z

int32 FPlaneKey::Z

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