AActor::SetNetDriverName

Set the name of the net driver associated with this actor.

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 SetNetDriverName
(
    FName NewNetDriverName
)

Remarks

Set the name of the net driver associated with this actor. Will move the actor out of the list of network actors from the old net driver and add it to the new list

Parameters

Parameter

Description

NewNetDriverName

name of the new net driver association

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