This is a Rhino file. Shadows are not cast on the Static Mesh after materials are assigned in the Static Mesh Editor. This was reported and tested in 4.24.3 (CL-11590370). This was reproduced in 4. ...
DLC download is working as expected but opening a map with anim sequence which is located at DLC's pak file will lead to crash in iOS. ...
Create a Parent AnimBP, add any animation to it. Then create a childAnimBP from Parent. In ChildAnimBP, go to TargetSkeleton (from class settings) to change a different skeleton. Then go to the Anim ...
Metasounds cease functionality if called to Play with a different start time other than 0. This extends to the Metasound editor where pressing play to preview the sound also ceases to function. ...
When the trigger is duplicated, the contents of its OnActorBeginOverlap MC delegate are copied, which contains a reference to the BP actor that added the binding to the original trigger. Marking th ...
When reparenting blueprints and both the old and new parent blueprint contain a subobject but with different values on it, the reparented blueprint doesn't correctly inherit values from the new pare ...
[NickW] This needs to pull the Play Bounds from Vive. The old soft / hard bounds system appears to be partially deprecated The Get bounds node does not appear to return the correct in game chaper ...
Memory Increase with mouse over Content Browser with AnimBP visible ...
Setting PrimaryComponentTick.bCanEverTick in a custom actor component's constructor does not does not stop the component from ticking after compile. ...