![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IPAddress.h>
Inheritance diagram for FInternetAddrKeyMapFuncs< ValueType >:Static Public Member Functions | |
| static const TSharedRef< FInternetAddr > & | GetSetKey (const TPair< TSharedRef< FInternetAddr >, ValueType > &Element) |
| static bool | Matches (const TSharedRef< FInternetAddr > &A, const TSharedRef< FInternetAddr > &B) |
| static uint32 | GetKeyHash (const TSharedRef< FInternetAddr > &Key) |
Additional Inherited Members | |
Public Types inherited from BaseKeyFuncs< ValueType, TSharedRef< FInternetAddr >, false > | |
| enum | |
| typedef TSharedRef< FInternetAddr > | KeyType |
| typedef TCallTraits< TSharedRef< FInternetAddr > >::ParamType | KeyInitType |
| typedef TCallTraits< ValueType >::ParamType | ElementInitType |
KeyFuncs for mapping/hashing FInternetAddr shared references
NOTE: Implements TSharedRef over TSharedPtr, as this is required for performance critical code
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |