Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UNetDriver
Description
Get the network object matching the given Actor. If the Actor is not present in the NetworkObjectInfo list, it will be added.
| Name | FindOrAddNetworkObjectInfo |
| 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 |
FNetworkObjectInfo * FindOrAddNetworkObjectInfo
(
const AActor * InActor
)