![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <NetworkObjectList.h>
Inheritance diagram for FNetworkObjectKeyFuncs:Static Public Member Functions | |
| static KeyInitType | GetSetKey (ElementInitType Element) |
| static bool | Matches (KeyInitType A, KeyInitType B) |
| static uint32 | GetKeyHash (KeyInitType Key) |
Additional Inherited Members | |
Public Types inherited from BaseKeyFuncs< TSharedPtr< FNetworkObjectInfo >, AActor *, false > | |
| enum | |
| typedef AActor * | KeyType |
| typedef TCallTraits< AActor * >::ParamType | KeyInitType |
| typedef TCallTraits< TSharedPtr< FNetworkObjectInfo > >::ParamType | ElementInitType |
KeyFuncs to allow using the actor pointer as the comparison key in a set.
|
inlinestatic |
Calculates a hash index for a key.
|
inlinestatic |
|
inlinestatic |