Navigation
API > API/Runtime > API/Runtime/Engine
KeyFuncs to allow using the actor pointer as the comparison key in a set.
| Name | FNetworkObjectKeyFuncs |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/NetworkObjectList.h |
| Include Path | #include "Engine/NetworkObjectList.h" |
Syntax
struct FNetworkObjectKeyFuncs : public BaseKeyFuncs< TSharedPtr< FNetworkObjectInfo >, AActor *, false >
Inheritance Hierarchy
- BaseKeyFuncs → FNetworkObjectKeyFuncs
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint32 GetKeyHash
(
KeyInitType Key |
Calculates a hash index for a key. | Engine/NetworkObjectList.h | |
static KeyInitType GetSetKey
(
ElementInitType Element |
Engine/NetworkObjectList.h | ||
static bool Matches
(
KeyInitType A, |
Engine/NetworkObjectList.h |