Differences in DistanceToNearestSurface and DistanceFieldGradient results between 4.27 and 5.0

UE - Graphics Features - Apr 27, 2022

In the UE5 case, we end up seeing very harsh lines in both the gradient and the distance to nearest surface examples whereas the results in 4.27 appear smooth.  It was also interesting to observe c ...

[CrashReport] UE4Editor_Renderer!FMaterialShader::SetParametersInner<FRHIVertexShader * __ptr64>() [shaderbaseclasses.cpp:181]

UE - Graphics Features - Jun 8, 2018

No user comments in crash group 177 ERHIFeatureLevel::Type FeatureLevel = View.GetFeatureLevel(); 178 check(Material.GetRenderingThreadShaderMap() && Material.GetRenderingThreadSha ...

nDisplay - UMG widgets sync

UE - Virtual Production - nDisplay - Nov 9, 2019

As soon as the widget was visible on the node/display at least once all nodes/displays receive the button press and correctly increase the counter. Therefore it seems like the widgets are only initi ...

Packaged plugins yield different results when opening a project it was added to depending on whether the Engine was built from source code or binary

Tools - Jun 8, 2017

Packaged plugins that are added to projects that were made with an Engine built from source code will indicate that the plugin .dll needs to be built. If the plugin was created and packaged using a ...

[CrashReport] UE4Editor_Renderer!FMaterialShader::SetParametersInner<FRHIVertexShader * __ptr64>() [shaderbaseclasses.cpp:181]

UE - Graphics Features - Jun 19, 2018

No user comments in crash group 172 const bool bOverrideSelection = 173 GIsEditor && 174 !View.Family->EngineShowFlags.Selection && 175 (MaterialRenderProxy- ...

Fix delegate problems with Blueprints

UE - Foundation - Core - Feb 18, 2015

https://udn.unrealengine.com/questions/236428/bug-blueprints-executing-zombie-code.html Blueprint MyCharacter is based on native class CodeFirstPersonCharacter. CodeFirstPersonCharacter has compone ...

Animating blueprint mesh duplicates uncontrollably

UE - Gameplay - Components - Apr 15, 2015

When animating within a blueprint of a subclass created in c++, the animating mesh replicates itself uncontrollably. Added to .h: UPROPERTY() UBoxComponent* BoxComp; UPROPERTY() USkeletalMeshCompo ...

Sub-components with the same name are not displayed on the correct parents in the Blueprints editor

UE - Gameplay - Oct 12, 2018

Sub-components with the same name are not displayed on the correct parents in the Blueprints editor.  Upon creation of an Actor blueprint initially derived from a c++ base class (VRCharacter) which ...

Sprite collision is inaccurate

UE - Gameplay - Paper2D - Oct 31, 2014

Sprite collisions do not accurately reflect the collision for the sprite. While the collisions are always the same between two of these, the collisions do not correspond to the shape of the collisio ...

Static mesh component reports relative transform as world transform when Physics is enabled

UE - Gameplay - May 3, 2016

If a static mesh component has Simulate Physics enabled, GetRelativeTransform() returns the value of world transform. ...