UNetDriver::NotifyActorDormancyChange

Notifies the NetDriver that the desired Dormancy state for this Actor has changed.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Engine/NetDriver.h"

Source

/Engine/Source/Runtime/Engine/Private/NetDriver.cpp

Syntax

void NotifyActorDormancyChange
(
    AActor * Actor,
    ENetDormancy OldDormancyState
)

Remarks

Notifies the NetDriver that the desired Dormancy state for this Actor has changed.

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