AActor::FindNetworkObjectInfo

Find the [FNetworkObjectInfo](API\Runtime\Engine\Engine\FNetworkObjectInfo) struct associated with this actor (for the main NetDriver).

Windows
MacOS
Linux

Deprecated

  • Please use FindNetworkObjectInfo on the net driver instead.

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/GameFramework/Actor.h

Include

#include "GameFramework/Actor.h"

Source

/Engine/Source/Runtime/Engine/Private/Actor.cpp

Syntax

FNetworkObjectInfo * FindNetworkObjectInfo()

Remarks

Find the FNetworkObjectInfo struct associated with this actor (for the main NetDriver).

Returns

The FNetworkObejctInfo associated with this Actor, or nullptr if none was found.

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