This is a trending crash coming out of the 4.18 release. Users have not provided any descriptions of their actions when the crash occurred. Source Context 367 uint8* FObjectPropertyNode::GetV ...
There is an issue where you cannot specify a specific location for a windowed packaged game when using a command line to open the project, the project will move to that position for a brief moment b ...
If a client hitches while a server performs a seamless travel, the client will get multiple lines of logspam of these warnings:Warning: UActorChannel::ProcessBunch: SerializeNewActor failed to find/ ...
Following code fixes this issue in FQuadricSkeletalMeshReduction::ReduceSkeletalMesh Section.ChunkedParentSectionIndex = bIsChunkedSection ? CurrentParentSectionIndex : INDEX_NONE; // ...
When opening the Stack-O-Bot project in 5.0 Preview 1, the project has a rendering issue where bright shimmering lights appear all around the screen. I discovered that this is due to the PostProcess ...
When UPrimitiveComponent::CreateDynamicMaterialInstance is called on a skinned mesh, and the input material is invalid, we call USkinnedMeshComponent::GetMaterial to get the base material on the exi ...
I set the Forced LOD Model on the mesh component > 1, then tried to export, this is what causes the crash. Here is my suggested fix, we just don't use Git or I'd do a PR: In the else() branch of FF ...
Particle emitter Depth Fade node isn't accurate on iOS. When set to a normal value (around 100) it will fade out at about 65,000 units away from the particle. Licensee Description: we use a partic ...
There is an odd issue occurring when the world origin is changed, changing the world origin causes the foliage to cull in unexpectred ways. The issue can be solved by using the console command "r.Al ...
When using the camera actor and modifying the rotation values, the values made in the print string do not seem to match the actual values of the camera's rotation. The values appear to be close, but ...