The textScale parameter in AddOnScreenDebugMessage does not change the scale of the debug message.
if (GEngine) { GEngine->AddOnScreenDebugMessage(1, DeltaTime, FColor::Cyan, TEXT("Stuff and Stuff"), true, FVector2D(5.0f, 5.0f)); }
Result: The scale of the text is still its default size
Expected: The size of the debug message would be larger
How does TextureRenderTarget2D get TArray<uint8> type data?
Why does the REMOVE method of map container remove elements have memory leaks?
How to delete some elements correctly when deleting an array loop?
UMG RichText not appear image when packaged
How do I set a material as a post-processing material?
What is the cause of the packaging error falling back to 'GameUserSettings' in ue5?
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-60682 in the post.
0 |
Fix Commit | 3812325 |
---|---|
Main Commit | 4352452 |
Created | Jun 16, 2018 |
---|---|
Resolved | Jun 19, 2018 |
Updated | Sep 7, 2018 |