At the moment, any project without a Game TargetType cannot cook or package through the editor. This is unexpected for projects that only contain dedicated client and server targets. ...
Blueprints based on a const class will continue to be BPTYPE_Const after being reparented to a non const class. ...
When PIE is selected certain objects that are created at runtime have scene components that give log warnings in the Output Log. Effected objects include GameSession and GameNetworkManager ...
Reports that a UE4 project launched on French or German Windows 7 is not automatically correctly setting the culture from the OS' setting. Can probably install French or German support for a copy o ...
Pixel streaming crashes when lauching a packaged game in full screen at high resolutions. Work around is for force a 1080p window mode session and switching to 4k via HTML after it's in window mode ...
Hello! In UE 5.5 Preview, new stylus code was introduced, which can cause a test failure in an unrelated test suite, Editor.Plugins.Tools.Modeling.EditorMode.ExtrudePolygons.*. The test indirectly ...
This is happening because the property FText DelegatePropertyDisplayName; on UK2Node_ComponentBoundEvent is serialized, so it does not get properly updated. ...
The UDN has a possible fix for this issue in the Component Type Registry You can use the following as a test C++ class: #pragma once #include "CoreMinimal.h" #include "Components/ActorComp ...
Apple forces developers to code sign an app using the latest code signature format and IPP needs to support it. a related link: [Link Removed] ...
Components of Static Actors seem to be hidden in the Editor Details panel whenever IsEditorOnly is selected. ...