 Unreal Engine Issues
Unreal Engine IssuesAdding an Object class to a plugin's module using the C++ Class Wizard results in a compilation error due to attempts to edit the new class' generated.h file during the initial compilation attempt. ...
The reported behavior repros in 4.20 and 4.21, but does not repro in 4.19. Regarding the "Literal Enum" node in blueprints: When an input enum value is connected to the input pin, the output is al ...
Separating [Link Removed] into Nvidia and AMD tickets.This ticket will house Nvidia information Exported data on 5/14/2019 with following Query:1 Month Time FrameMajorVersion is 4.22.1Callstack Con ...
In Unreal Engine, materials can expose parameters that can then be modified via instances (MaterialInstanceConstant). The UMaterialEditingLibrary provides several functions to modify these parameter ...
Physics object resting on movable platforms have erratic physics behavior in 4.14. This is a regression from 4.13.2-3172292 User Description: When placing more than 10 or 20 blocks on a moving pl ...
This is a somewhat common crash affecting users in 4.17. Users have not provided any descriptions of their actions when the crash occurred. Source Context 606 void UEdGraphPin::AddStructRe ...
The HLOD system gets stuck in a infinite loop when building. Comment from the user: ++I've tracked it down to this code: const AActor* UHLODProxy::FindFirstActor(const ALODActor* LODActor) { a ...
When editing a GameplayTagQuery inside of the editor, there are times when the query editor will not update the query when selecting Ok or fail to return the query to its original state before editi ...
Undo fills AttachChildren array with null by the undo serializer. After that, a construction script tries to remove child components from parent component's AttachChildren but it can't find its poi ...
This is a common and longstanding crash that has occurred since at least the 4.15 release and has affected more than 200 users. User Descriptionsafter opening a projectwas just trying to start a pr ...