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. ...
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 ...
Play Rate does not affect audio tracks. Slowing the play rate also causes the audio tracks to repeat with an offset. Note: This is working straight from a Sound Wave. If you use a sound cue, the ...
Game crashes in shipping build when un-pluging the Oculus HMD, then plugging it back in. Confirmed in 4.13.2 from the launcher, did not repro via same steps in 4.14 preview 3 ...
#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 ...
Pressed and Normal Padding appears to have no affect on buttons in UMG ...
Fix Up Redirectors does not affect redirectors within renamed folder. ...
If the user creates two NavArea Blueprints (one in the content folder and the other in a developer folder) if one is inside of a developer folder then it will appear to have no affect when it comes ...