Users have requested that light depth and light position are made available to Light Function Materials.Light Depth We seem to be calculating the per-pixel distance from the light to the surface in ...
When you duplicate a Parameter in a Material Parameter Collection instead of adding a new Parameter, the duplicated parameter always returns the same results as the source no matter the value entere ...
This is a regression that was introduced by the fix for [Link Removed]. The fix makes an invalid assumption that instances of components whose archetypes are inherited by a non-nativized child Blue ...
When seamlessly traveling, FNetworkObjectList will have its data cleared. However, because FNetworkObjectList::Reset is called before FNetworkObjectList::ResetDormancyState, AllNetworkObjects will b ...
Compile errors caused by an actor calling a function with something hooked up to a removed parameter can cause that actor to lose it's place in the hierarchy. Typically, the actor will be fixed once ...
Continual ensures while playing this user's project: LogOutputDevice: === Handled error: === Ensure condition failed: CurrentDepthTexture [Link Removed] [Line: 650] Stack: UE4Editor-Core.dll!FWind ...
Getting a blackboard value as int and then attempting to increment it does not actually increment the value. Upon attempting to increment a value that started at 0, the editor continued to print out ...
Licensee reported that alpha blending is done twice in the code below, and the fix below seems to fix it. .\Engine\Source\Runtime\UMG\Private\Slate\SRetainerWidget.cpp From:const FLinearColor Compu ...
In the attached example, the third person mannequin character's BeginPlay() runs an Ability_Task which starts an animation montage. In the task it is specified that the blend out time (BlendOutTime ...
If the user creates a widget with an animation that fades the widget out. This effect will not carry over into a 3D widget. The 3D widget goes directly from 1 to 0 or visa versa. ...