The dynamic shadow distance will change the falloff for back lighting on the hair material. The parameters listed for back lighting occlusion in the material graph didn't seem to have any effect. ...
When attempting to play random sounds using the 'Random' node within the audio editor, the 'Randomize Without Replacement' does not function as explained via the tooltip. The options says that if y ...
The CanLaunchURL() function seems like it would check the provided URL to make sure it is valid. The comment for the function in GenericPlatformProcess.h appears to imply that this is what the funct ...
Issue occurs because there is a legacy code path that forces all interface parameters to be declared as 'const' in function declarations, even if CPF_ConstParm is not set in exported C++ code. This ...
Looks like maybe we aren't replacing the source delegate function (SignatureFunction) reference on the UDelegateProperty after recompiling the class - the function's owner name has the TRASHCLASS pr ...
When a blueprint function library function has input variables, the input pin cannot be converted to a variable / local variable. Regression: No - same behavior occurs in 4.16.3 ...
Dynamic Light placed inside of a Dynamic Static Mesh doesn't pass through the geometry. The static mesh is not double-sided. User Description: It appears that in Unreal 4.16 one loses the ability ...
Running the console command "Show Collision" when lights are placed in the scene with "Visibility" off results in the lights turning back on. Tested in: 4.22.3 CL#7053642 , 4.24.P4 CL#10387632, 4 ...
Private functions within a blueprint can be called from other blueprints. A warning does appear but the function is run despite this warning. ...
Custom functions can call Set Timer nodes. There are no other time related functions that can be called through custom functions. Calling a timer through custom functions seems to lead to editor cra ...