Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/UReplicationSystem
Description
Force the passed object to be considered for replication this frame. This will also force it's sub objects, root object and any of it's dependents to also be considered for replication. Normally an object is checked for replication only when it's poll frequency is hit.
| Name | ForceNetUpdate |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/ReplicationSystem/ReplicationSystem.h |
| Include Path | #include "Iris/ReplicationSystem/ReplicationSystem.h" |
| Source | /Engine/Source/Runtime/Net/Iris/Private/Iris/ReplicationSystem/ReplicationSystem.cpp |
void ForceNetUpdate
(
FNetRefHandle Handle
)
Parameters
| Name | Remarks |
|---|---|
| Handle | A valid handle to an object. |