When the DLC is being built for a project and stored in a plugin, the result is normaly until the DLC is packaged multiple times. This leads to the file path becoming more and more nested each time. ...
Lina encountered a crash when importing the attached FBX file with morph targets and animation, and then opening it in the animation editor. I was not able to reproduce this issue in QAGame (her re ...
User report of an assertion that fires on editor reload during an attempt to reload an AIController-based Blueprint class with a dependency on a child Blueprint class, both created in a previous edi ...
FBodyInstance::Weld did not check to see whether or not child components were already welded to a parent. This meant that whenever Weld was called, ShapeToBodiesMap would continue to grow in size, e ...
Attempting to spawn a copy of an actor that has components that were added to an instance of that actor in the level causes a crash. Spawning the actor without adding additional components to the in ...
If an AnimNode connected with Enum and AnimBP is nativized, the package will occur crash. Following settings is solve this issue. [BlueprintNativizationSettings] +ExcludedBlueprintTypes=/Script/En ...
Since multiple dict tags can be in a plist, not just the top level, need to be able to specify to only insert once. Adding an optional once="true" attribute to these commands in UPL will allow this ...
If code in an Actor Component class is changed (eg. a new UPROPERTY is added) and a hot reload is performed to implement the changes, the properties in the component can become linked across any Blu ...
State Machine events "Left State Event" and "Fully Blended State" not firing when animation is sequence is playing at the moment you enter/leave the state. ...
Linked animation graph doesn't trigger anim notifications on dedicated server. There is no expected message in log: LogBlueprintUserMessages: [HitReact_AnimBP_C_0] Client 0: HitNotify IsServer: tru ...