A fatal error occurs if we change a Child Actor Class from one BP (ex. "BP_A") to a different BP ( ex. "BP_B") and later change it back to the first BP (ex. "BP_A") without compiling the BP between ...
naming box collision in player character renames overlap begin event in actor calling player character ...
If a variable in a blueprint is the same name as a referenced variable from another blueprint, using "find references" on the local variable will return references to both the local and the external ...
'Is Case Sensitive' option on the Switch on String node doesn't toggle correctly. User Description: The "Is Case Sensitive" option when you use a switch on string function in blueprint doesn't wor ...
"FVoiceSerializeHelper doesn't add references to AudioComponent instances" ShooterGame crashes when following the repro steps provided by the licensee, listed below and on the UDN post. Crash image ...
Importing a heightmap with 2x2 segments seems to cause the editor to crash in 3 different instances: 1. Importing the same 2x2 segment landscape a second time after deleting the first instance 2. ...
If a user attempts to import multiple FBX files into a project that is set up with Git source control, the message "Updating file(s) source control status..." will appear and stay on the surface ind ...
Retargeting root motion results in the target animation appearing to "slide" on the ground or "hover" as if hanging from the pelvic bone. This has been reported to be fine in 4.9 but multiple users ...
class default value after c++ class compile will temporary initialized. It will be restored when opening the project again. ...
A workaround might be to use the CDO of your plugin to reach out to the Editor settings and assign itself to the fields you want. This removes the users ability to choose between multiple options. ...