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"

Syntax

const TSharedPtr< FNetworkObjectInfo > Find
(
    const AActor *const Actor
) const

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