Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UNetDriver
Description
Utility function that adds an object and, if an actor or component, their sub-objects to the driver's NetGUID cache.
Only currently supports generic replication.
| Name | AddObjectToNetworkIdCache |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/NetDriver.h |
| Include Path | #include "Engine/NetDriver.h" |
| Source | /Engine/Source/Runtime/Engine/Private/NetDriver.cpp |
void AddObjectToNetworkIdCache
(
UObject * Object
)