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.

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

Unresolved
ComponentUE - Foundation
Affects Versions5.45.65.5
CreatedOct 23, 2024
UpdatedOct 23, 2024
View Jira Issue