Navigation
API > API/Runtime > API/Runtime/Sockets
KeyFuncs for mapping/hashing FInternetAddr shared references
NOTE: Implements TSharedRef over TSharedPtr, as this is required for performance critical code
| Name | FInternetAddrKeyMapFuncs |
| Type | struct |
| Header File | /Engine/Source/Runtime/Sockets/Public/IPAddress.h |
| Include Path | #include "IPAddress.h" |
Syntax
template<typename ValueType>
struct FInternetAddrKeyMapFuncs : public BaseKeyFuncs< ValueType, TSharedRef< FInternetAddr >, false >
Inheritance Hierarchy
- BaseKeyFuncs< ValueType, TSharedRef< FInternetAddr >, false > → FInternetAddrKeyMapFuncs
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint32 GetKeyHash
(
const TSharedRef< FInternetAddr >& Key |
IPAddress.h | ||
static const TSharedRef< FInternetAddr > & GetSetKey
(
const TPair< TSharedRef< FInternetAddr >, ValueType >& Element |
IPAddress.h | ||
static bool Matches
(
const TSharedRef< FInternetAddr >& A, |
IPAddress.h |