Attempting to get the owner of an Actor Component that contains an exposed variable will return the Spawner blueprint's display name instead of the Spawned Actor it is added to. Found in 4.10.2 bin ...
Setting PrimaryComponentTick.bCanEverTick in a custom actor component's constructor does not does not stop the component from ticking after compile. ...
The following warnings appear in the output log for ShooterGame clients when switching weapons. [2015.11.05-19.41.11:550][253]LogNet:Warning: UIpNetDriver::ProcesRemoteFunction: No owning connectio ...
Translucent User Interface materials do not have a thumbnail preview. I do not see this issue with Translucent Surface materials. REGRESSION: No, this issue also occurs as far back as 4.17.2 ...
Adding elements to a TMap<int32, int32> causes the editor to crash if the TMap has a default value associated with it. Tested in 4.22 (CL - 4753647), 4.23 (CL - 7445012), 4.24 (CL - 7605614) ...
If you create two actors that have the same structure of variables in a category, and you try to copy the category variables of one actor into the other, variables that have ReadOnly/EditConst speci ...
Other components aren't ignored if 'Ignore Owning Actor' is enabled for a Radial Force component User Description: From 4.7 release notes; "New: Added 'Ignore Owning Actor' option to Radial Force ...
If you use the Open level node in the newest promoted build, once the project is deployed to an Android device, when triggered with a UMG, the project will freeze and be unplayable. Issue does not ...
Diffing a Blueprint does not currently work when looking at previous commits. The diff appears to be looking at pointer files instead of the actual Blueprint files themselves. When using the Git LF ...
Calling a child's child in a child blueprint from a spawn actor from class node that is being called back to the child causes an error. Basically, when using the spawn actor node referencing the chi ...