This is technically a regression that was introduced in 5.5. This was intentionally changed in order to address a separate issue [Link Removed]. Additionally, this makes it explicit that the exposed ...
This problem is reproduced on other widgets using MultiLineEditBox. ex.) description in source control commit log pane, comments in blueprints, etc. ...
Launching a second editor with the websocket server enabled will try to bind to the same address as the first editor, and since the websocket server is running in the game thread, it will block the ...
hThe use case of the licensee is that he used FindInBlueprints inside the Editor to find a particular text contained in BPs and later used that listing to recompile the BPs using the CompileAllBluep ...
When calling the Draw Debug String node outside of play, no text is visible in the viewport. This occurs with Editor Callable functions on placed blueprints as well as from Editor Utility Widgets. ...
Swapping the C++ Root Component from a Child BP class, pressing Save, Compile, but not Saving afterwards, will leave the Root Component in a locked state, meaning the it cannot be viewed or edited i ...
AActor::WasRecentlyRendered() and UPrimitiveComponent::GetLastRenderTimeOnScreen() both still trigger when a skeletal mesh (occluded behind a wall) re-enters the player's view frustum after being ou ...
A crash can occur when a member of a UStruct has a category with the "|" symbol and is trying to be displayed inside by the FDetailLayoutBuilderImpl class. This happens when there is a UStruct memb ...
Texture Collections can contain virtual textures. There is no way to inform TextureObjectFromCollection that the texture is virtual, only that it is a Texture2D. This texture object is then sampled ...