Function UNavMoverComponent::GetFeetLocationBased() on file "NavMoverComponent.cpp" returns an FBasedPosition built from an FRelativeBaseInfo. The "MovementBaseInfo" is read from key "CommonBlackboa ...
This is an infrequent Mac crash that has occurred for users since 4.16. Users have not provided any descriptions of their actions when the crash occurred. There is no record of a similar callstack ...
As reported by user, using foliage tool in a first person project eventually crashes it. "Currently, any attempt to render objects created with the foliage tool crashes the UE4 editor on my machine ...
This is an infrequent Linux crash occurring in 4.17.1. Callstack from Log[2017.09.06-15.26.30:028][666]LogLinux: Error: appError called: Assertion failed: Assertion failed: [File:/home/***/.local/ ...
This Mac crash originally occurred in 4.15 around March 2017, then decreased in frequency during 4.16 and 4.17. It may be starting to trend again in 4.18. There is one record of this occurring in 4 ...
Callstack: <CALLSTACK START> FTaskThread::ProcessTasksUntilQuit(int) Address = 0x1091943e5 (filename not found) [in UE4Editor-Core.dylib] RenderingThreadMain(FEvent*) Address = 0x10de37e4b (filena ...
Editor crashes if user attempts to open a data table that only has one data type after closing and reopening editor Frequency: 2/2 Crash Reporter: Not currently available ...
Editor crashes when user adds array variable (any type) to a 3d widget that is used within a blueprint actor and then compiles the widget. Frequency: 4/4 Crash Reporter: [Link Removed] ...
When a texture asset has certain properties edited, its PostEditChangeProperty() method calls to UTexture::NotifyMaterials(), which triggers a recompilation of materials that reference it in their m ...
BP Component is not destructible if the Object Type is set during runtime. If the Object Type is set manually before PIE is started, the BP component will destroy correctly. ...