The DrawDebugString() function has to versions. One is the actual function to display a string of debug text in non-Shipping builds, and the other is an empty function that is used in Shipping builds. However, the signature for each of these versions of the function is different. The normal function takes 8 parameters, but the empty Shipping version of the function only takes 7 parameters. This will result in a Shipping build failing if this function is called with 8 parameters (and it is not guarded by something like #if !UE_BUILD_SHIPPING).
REGRESSION:
No. The same behavior occurs in 4.20.3.
RESULT:
The Shipping build fails with an error stating that DrawDebugString() does not take 8 parameters.
EXPECTED:
The Shipping build completes successfully.
How does TextureRenderTarget2D get TArray<uint8> type data?
How do I set a material as a post-processing material?
Why does the REMOVE method of map container remove elements have memory leaks?
How to delete some elements correctly when deleting an array loop?
What is the cause of the packaging error falling back to 'GameUserSettings' in ue5?
What is the difference between Camera and CineCamera?
UMG RichText not appear image when packaged
How does TArray loop correctly remove elements in blueprints?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-71998 in the post.
0 |
Component | UE - Foundation - Core |
---|---|
Affects Versions | 4.20.3, 4.23, 4.21.2 |
Target Fix | 4.23 |
Created | Mar 26, 2019 |
---|---|
Resolved | Mar 29, 2019 |
Updated | Aug 13, 2019 |
5650 - projectgheist |