Within the actor snapshot area, you can categorize information into different sub-trees, each of which are expandable. However as you scrub through the timeline and new events happen, any sub-catego ...
User reports this is a regression because it worked in 4.27, but they converted to 5.0.1 and now it causes a crash. However, I'm unable to verify this at this time. A crash happens with a combinati ...
When adjusting the scroll bar in the Visual Logger window, the editor freezes up. There is no callstack provided in the logs. The only way to close the editor at that point is to close it through th ...
When adding the SetSenseEnabled node to a Pawn and controlling another pawn that has an AIPerceptionStiumuliSource, the editor crashes. I tested using other senses such as Hearing and the crash occu ...
REGRESSION Was not able to reproduce this in 4.24 Crash occurs when the user attempts to run a networking PIE session in a world containing an EQSTestingPawn actor. I was not able to reproduce thi ...
From the UDN thread: Turns out this is caused by the way this stat was implemented for the FBehaviorTreeInstance struct: 1) You call IncMemoryStats on construct, before the struct is populated with ...
The BTTask_BlueprintBase class has a type in the tooltip for Tick Interval: " /** If any of the Tick functions is implemented, how ofter should they be ticked.Values < 0 mean 'every tick'. */" ...
Using an Instance synced property in a Blackboard causes a crash when exiting PIE. This is a regression from 4.24.3 (CL-11590370). This was reported and tested in 4.25 (CL-13144385). This was teste ...
REGRESSION: Does not occur in 4.24 The Blackboard Self Actor key is not automatically getting set in the AI Controller. ...
The OnUnPossess() method of the AAIController class is triggered twice ...