When loading soft object paths directly, it applies any important CoreRedirects by calling the function FixupCoreRedirects if the initial load attempt fails. In the repro steps, this will apply this ...
Acquired a blueprint from a user cannot open it. It crashes project when opening the blueprint "NewPickup" ...
Mesh data will be deleted from the Static Mesh if added as a Hierarchical Instanced Static Mesh Component through blueprint. All of the mesh data (actual geometry) and LODs will be deleted from the ...
This is a trending crash coming out of the 4.18 release. It may be a regression as there are no records of it occurring in 4.17. Users have not provided any descriptions of their actions when the c ...
No user comments on crash group 135 case ERawImageFormat::BGRA8: 136 { 137 const FColor* SrcColors = SrcImage.AsBGRA8(); 138 for (int32 TexelIndex = 0 ...
This is a common crash that appears to have started in the 4.16.1 hotfix, but has occurred with more frequency in 4.16.2. User DescriptionsAfter the blueprint tutorial, I pressed "play", pressed ES ...
This issue makes BP BT decorators not being able to run condition checking every tick. The core issue is here: bool UBTDecorator_BlueprintBase::GetShouldAbort(UBehaviorTreeComponent& OwnerComp) co ...
This is an infrequent crash coming out of the 4.18 release. Users have not provided any descriptions of their actions when the crash occurred. Based on affected project names, this may be a VR is ...
At a licensee, I discovered a problem where Blueprint-created array and map properties are not correctly propagating the ContainsInstancedReferenced property flag. This means that if you create a Ma ...
The display position of the text in DrawDebugString is affected by the scale of the display. Should refer to the Project() of DebugCanvas (not Canvas). - Suggest Code void AHUD::DrawDebugTextL ...