FNetworkObjectKeyFuncs

KeyFuncs to allow using the actor pointer as the comparison key in a set.

Windows
MacOS
Linux

Inheritance Hierarchy

BaseKeyFuncs

FNetworkObjectKeyFuncs

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetworkObjectList.h

Include

#include "Engine/NetworkObjectList.h"

Syntax

Remarks

KeyFuncs to allow using the actor pointer as the comparison key in a set.

Functions

Name Description

Public function Static

uint32

 

GetKeyHash

(
    KeyInitType Key
)

Calculates a hash index for a key.

Public function Static

KeyInitType

 

GetSetKey

(
    ElementInitType Element
)

Public function Static

bool

 

Matches

(
    KeyInitType A,
    KeyInitType B
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss