Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Bugfix - Deleted actor dormancy check #1413

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1700,7 +1700,6 @@ bool USpatialReceiver::IsPendingOpsOnChannel(USpatialActorChannel* Channel)

// Don't allow Actors to go dormant if they have any pending operations waiting on their channel
check(Channel);
check(Channel->Actor);

for (const auto& UnresolvedRef : UnresolvedRefsMap)
{
Expand Down