Iris - Non-replicated properties of FInstancedStruct reset after replication

UE - Networking - Iris - Nov 8, 2024

This issue only occurs with Iris enabled. ...

Iris - Missed subobject destruction can cause incomplete client state

UE - Networking - Iris - Oct 7, 2024

From UDN assigned to [Link Removed]  ...

Iris - Ensure in MarkObjectDirty when calling multicast from component owned by bOnlyRelevantToOwner actor

UE - Networking - Iris - Sep 24, 2024

It seems as though the component is in scope for more than one connection, despite its owner only being relevant to one. Enabling Net.Iris.Filtering.ValidateNobSubObjectInScopeWithFilteredOutRootObj ...

Iris - Fast Array ItemMap is empty in PostReplicatedAdd

UE - Networking - Iris - Sep 17, 2024

With Iris enabled, the ItemMap is populated correctly only on the next frame, but it is empty during the callback. This differs from the behavior of the current system, where the ItemMap is populat ...

Compilation errors with UE_NET_ENABLE_REPLICATIONREADER_LOG enabled

UE - Networking - Iris - Jul 15, 2024

Enabling UE_NET_ENABLE_REPLICATIONREADER_LOG results in the following errors: {{4>[1/5] Compile [x64] ReplicationReader.cpp 4>D:\P4V\UE5-Main\Engine\Source\Runtime\Experimental\Iris\Core\Private\Ir ...

Iris - high latency causes initial hitch for newly spawned actor's movement

UE - Networking - Iris - May 20, 2024

This may possibly be due to FReplicationWriter::CanSendObject waiting for CreateConfirmation. ...

Iris - Destruction of initially dormant actor not replicated to clients

UE - Networking - Iris - Apr 9, 2024

Without Iris enabled, UNetDriver::NotifyActorDestroyed will handle creating destruction info for dormant actors, including any initially dormant, statically placed actors. However, this path seems t ...

checkSlow hit when using array with replication condition in Iris

UE - Networking - Iris - Dec 12, 2023

For arrays, FPropertyReplicationStateDescriptorBuilder::IsSupportedProperty will set the FMemberProperty's ChangeMaskBits to "1U + FPropertyReplicationState::TArrayElementChangeMaskBits". If the arr ...

Iris - check hit in FNetBitStreamWriter::InitBytes if object has only COND_InitialOnly replicated properties

UE - Networking - Iris - Jun 22, 2023

InitOnly FReplicationStateDescriptors will have a value of 0 for ChangeMaskBitCount, so if an object only has COND_InitialOnly properties, its FReplicationProtocol will also have a ChangeMaskBitCoun ...