Description

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\Iris\ReplicationSystem\ReplicationReader.cpp(2089): error C2065: 'UpdatedHandles': undeclared identifier
4>D:\P4V\UE5-Main\Engine\Source\Runtime\Experimental\Iris\Core\Private\Iris\ReplicationSystem\ReplicationReader.cpp(2089): error C3553: decltype expects an expression not a type
4>D:\P4V\UE5-Main\Engine\Source\Runtime\Experimental\Iris\Core\Private\Iris\ReplicationSystem\ReplicationReader.cpp(2089): error C2062: type 'unknown-type' unexpected
4>D:\P4V\UE5-Main\Engine\Source\Runtime\Experimental\Iris\Core\Private\Iris\ReplicationSystem\ReplicationReader.cpp(2089): error C2653: 'UE_FMT_STR_Checker': is not a class or namespace name
4>D:\P4V\UE5-Main\Engine\Source\Runtime\Experimental\Iris\Core\Private\Iris\ReplicationSystem\ReplicationReader.cpp(2089): error C3861: 'Check': identifier not found
4>D:\P4V\UE5-Main\Engine\Source\Runtime\Experimental\Iris\Core\Private\Iris\ReplicationSystem\ReplicationReader.cpp(2089): error C2131: expression did not evaluate to a constant
4>D:\P4V\UE5-Main\Engine\Source\Runtime\Experimental\Iris\Core\Private\Iris\ReplicationSystem\ReplicationReader.cpp(2089): note: failure was caused by a read of an uninitialized symbol
4>D:\P4V\UE5-Main\Engine\Source\Runtime\Experimental\Iris\Core\Private\Iris\ReplicationSystem\ReplicationReader.cpp(2089): note: see usage of 'UE::Core::Private::FormatStringSan::FResult::Status'
4>D:\P4V\UE5-Main\Engine\Source\Runtime\Experimental\Iris\Core\Private\Iris\ReplicationSystem\ReplicationReader.cpp(2089): fatal error C1903: unable to recover from previous error(s); stopping compilation}}

Steps to Reproduce

Enable UE_NET_ENABLE_REPLICATIONREADER_LOG and rebuild the project.

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-219356 in the post.

0
Login to Vote

Fixed
ComponentUE - Networking - Iris
Affects Versions5.5
Target Fix5.5
Fix Commit34844904
CreatedJul 15, 2024
ResolvedJul 16, 2024
UpdatedSep 6, 2024
View Jira Issue