Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AActor
Description
Returns true if the actor should be dormant for a specific net connection. Only checked for DORM_DormantPartial
| Name | GetNetDormancy |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/Actor.h |
| Include Path | #include "GameFramework/Actor.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ActorReplication.cpp |
virtual bool GetNetDormancy
(
const FVector & ViewPos,
const FVector & ViewDir,
class AActor * Viewer,
AActor * ViewTarget,
UActorChannel * InChannel,
float Time,
bool bLowBandwidth
)