UNetDriver::GetActorForGUID

Returns the actor that corresponds to InGUID, if one can be found.

Windows
MacOS
Linux

Override Hierarchy

UNetDriver::GetActorForGUID()

UDemoNetDriver::GetActorForGUID()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetDriver.h

Include

#include "Engine/NetDriver.h"

Syntax

virtual AActor * GetActorForGUID
(
    FNetworkGUID InGUID
) const

Remarks

Returns the actor that corresponds to InGUID, if one can be 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