[Link Removed] ・Open attached project ・Open NewMap ・Confirm that an error appears on the console ・When creating a Windows (64-Bit) package in this state, the same error occurs ...
In the default Linux folder configuration, Engine/Source/Runtime/Core/Public contains two folders, iOS and IOS. The iOS folder contains the files IOSCriticalSection.h and IOSCriticalSection.h while ...
This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: Assertion failed: bSuccess [Link R ...
Project fails to package for Android if a blueprint has a variable that sets itself on construct. ...
Attempting to add multiple instances of a Scene Component that was created in code and contains a component such as a Box Collider causes the Box Colliders of each Scene Component to be parented to ...
When a code based actor component has an exposed array of actor components, adding an element to the array in the editor will add the component to the actor but removing that element does not remove ...
User's project fails to build when using -nativizeAssets in the project launcher Box Link: [Link Removed] ...
Arrays of structs do not register default values when the array is resized. Regression (no) issue (does) occur in 4.11.2 ...
The editor fails to build with a "String index out of bounds" if located inside root folder that is only one character long. Have not reproduced internally. ...
Workaround: Construct the DefaultSubobject with ... = CreateDefaultSubobject<UMassAgentComponent>(TEXT("MASS"), true); The issue appears to be that the DefaultSubobject holds a pointer to the CDO ...