Translucent materials are no longer showing light reflections in scene when using r.forwardlighting 1 with lights. This is a regression from functionality in 4.11.2. This no longer works with 4.12 ...
Crouch node does not appear to have any affect when called. The Is Crouching always returns false ...
Sequencer renders events affecting UMG twice ...
When a Planar Reflection component has been added to a Blueprint that has adjustable sliders that can be edited via the Details panel that updates the Blueprint via the construction script the memor ...
Transition Screen Size doesn't seem to affect when LODActors are added to the level. This was occurring before Dev-Framework's merge into Main at CL 3198987. ...
Disabling a shot from scripting will not affect evaluation of the sequence. ...
Retarget source doesn't affect DDC key, so it causes incorrect result. Changing the anim sequence DDC key generation to include it fixes this issue. ...
Lighting only affects tilemaps from one direction. Found in 4.19 CL# 4033788, 4.20 CL# 4369336, 4.22 CL# 4435744 ...
#ifdef and #ifndef have no affect when used in the header file of a class. Ex: #ifndef MYMACRO UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Test) float ANumber; #endif ANumber v ...
Changing the global time dilation in a multiplayer game affects the rate at which actors are considered for replication, and setting it to 0 will even cause replication to stop entirely (unless the ...