Description

In StringTrace.cpp, the TraceString(const TCHAR* InString) function has an erroneous return statement before UE_TRACE_LOG_DEFINITION within the branch checking if the string is already in the set.

The ANSICHAR version of this function omits the return statement entirely.

The return statement leads to a portion of the code expanded from the macro being unreachable.

Steps to Reproduce

None

Have Comments or More Details?

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

0
Login to Vote

Fixed
ComponentUE - Foundation - Insights
Affects Versions5.45.65.5
Target Fix5.6
Fix Commit37510378
CreatedOct 23, 2024
ResolvedOct 28, 2024
UpdatedOct 29, 2024
View Jira Issue