Object instances that override the parent blueprint's collision settings are recognized in PIE but ignored in standalone or when running from the command line with -game NOTE: This appears to only ...
The 'Set Constrained Components' node doesn't set the physics constraint components correctly if used in the Construction Script. ...
On file [Engine\Source\Runtime\AIModule\Private\EnvironmentQuery\EnvQueryManager.cpp:812], function UEnvQueryManager::CreateQueryInstance() uses StaticDuplicateObject() to create a new UEnvQuery* (d ...
Converting a C++ enum to a string should be a consistent result, however when running in the editor it returns the display-name value instead of the index value. This prevents C++ UENUMs from being ...
A crash can occur if multiple Actors are spawned/destroyed simultaneously, with each Actor loading an asset when it is spawned. This does not occur 100% of the time, but it does occur quite frequent ...
When a LocalFogVolume is used with ExponentialHeightFog, it does not correctly fog translucent objects. ExponentialHeightFog and Volumetric Fog from a LocalFogVolume both correctly occlude transluc ...
Different Load Orders affect Shadows on Foliage & HISM Discovered during verification of [Link Removed] Also created a Blueprint actor with a HISM and duplicated it three times and changed the mob ...
If an Alpha value is set in a FLinearColor that is used to draw a line on a Canvas HUD, the Alpha value is ignored when the line is drawn. A comment in BatchedElements.cpp indicates that some legac ...
This issue appears to be a continuation of [Link Removed]. Hot reloads work successfully in projects that were created in 4.15 or 4.16 and are still using the same Engine version that they were crea ...
This is a regression tested in //UE4/Release-4.27 cl18319896 Child collision component reports its' Parent during On Hit events instead of itself. ...