Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/UReplicationBridge
Description
Restart/cancel pending async stop replication. Returns true if the handle was pending async stop replication and was restored to fully replicated status. NOTE: Always returns true for Handles not marked for stop replication. Passing in bForceStop as true will issue the pending async stop replication immediately and return false.
| Name | RestartOrStopObjectPendingAsyncStopReplication |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/ReplicationBridge.h |
| Include Path | #include "Iris/ReplicationSystem/ReplicationBridge.h" |
| Source | /Engine/Source/Runtime/Net/Iris/Private/Iris/ReplicationSystem/ReplicationBridge.cpp |
bool RestartOrStopObjectPendingAsyncStopReplication
(
FNetRefHandle Handle,
bool bForceStop
)