FNetworkObjectList::Find

Attempts to find the Actor's [FNetworkObjectInfo](API\Runtime\Engine\Engine\FNetworkObjectInfo).

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Engine/NetworkObjectList.h"

Source

/Engine/Source/Runtime/Engine/Private/NetworkObjectList.cpp

Syntax

TSharedPtr< FNetworkObjectInfo > Find
(
    AActor *const Actor
)

Remarks

Attempts to find the Actor's FNetworkObjectInfo.

If info is not found (or the Actor is in an invalid state) an invalid TSharedPtr is returned.

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