JetBrains / UnrealLink

Apache License 2.0
128 stars 24 forks source link

[Output Log]Timestamp is seconds at UnrealLink but milliseconds at UnrealEngine #272

Open apw-w opened 7 months ago

apw-w commented 7 months ago

After set "Output Log" timestamp to "UTC" or "Local", the timestamp could reach milliseconds at UnrealEngine, but in Rider UnrealLink only seconds.

Output Log in UE [2023.12.18-14.40.14:499][140]LogViewport: Scene viewport resized to 2644x1390, mode Windowed.

UnrealLink in Rider Mon Dec 18 22:40:29 CST 2023 Log LogViewport Scene viewport resized to 2644x1390, mode Windowed.

Note: Please ignore the time zone difference.

apw-w commented 7 months ago

So could we customize the timestamp format at Rider?