Description

The TotalTime variable in the FDumpFPSChartToEndpoint::DumpChart() function has recently been changed to int32 when it should be double.

Tested in 4.21.2 (CL - 4753647), 4.22.3 (CL - 7053647), 4.23 (CL - 7273331), 4.24 (CL - 7259848)

Steps to Reproduce
  1. Create a Blank C++ project
  2. Navigate to ChartCreation.cpp
  3. Check the DumpChart function

 

Expected: The type for the TotalTime variable is double

Result: The type is actually converted to int32

Have Comments or More Details?

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

0
Login to Vote

Fixed
ComponentUE - Foundation - Core
Affects Versions4.234.21.24.244.22.3
Target Fix4.23
Fix Commit7521919
Main Commit7521928
Release Commit7521919
CreatedJul 11, 2019
ResolvedJul 23, 2019
UpdatedFeb 12, 2020