Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/AActor
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 |
void SetNetDriverName
&40;
FName NewNetDriverName
&41;
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
| Name | Description |
|---|---|
| NewNetDriverName | name of the new net driver association |