AActor::IsPendingKillPending

Returns true if this actor has begun the destruction process.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/GameFramework/Actor.h

Include

#include "GameFramework/Actor.h"

Syntax

bool IsPendingKillPending() const

Remarks

Returns true if this actor has begun the destruction process. This is set to true in UWorld::DestroyActor, after the network connection has been closed but before any other shutdown has been performed.

Returns

true if this actor has begun destruction, or if this actor has been destroyed already.

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