In Unreal Engine version 5.5.4, the Editor crashes when performing Undo after deleting a Material Layer of a Material Instance ...
The messages emitted when CppCompileWarningSettings.NonInlinedGenCppWarningLevel is set to Warning\Error should contain the literal so the tools pick them up and react accordingly. From the EPS c ...
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 ...
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. ...
Context In blueprint, one can bind to a referenced actor’s events by clicking an actor reference variable, and creating an event node through the variable’s detail panel. Under the hood, this adds ...
Performing a Hot Reload after changing some properties in a custom Static Mesh Component code class from public to private appears to reset the static mesh set for any Pawn Blueprints that use that ...