AActor::CopyRemoteRoleFrom

Copies RemoteRole from another Actor and adds this actor to the list of network actors if necessary.

Windows
MacOS
Linux

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

void CopyRemoteRoleFrom
(
    const AActor * CopyFromActor
)

Remarks

Copies RemoteRole from another Actor and adds this actor to the list of network actors if necessary.

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