Attempting to paste a task that contains decorators does not paste it near the mouse location, and pastes it off screen instead. Found in 4.11.2 binary. Reproduced in 4.12 Preview 4 binary and Main ...
Bug in FBehaviorTreeInstance processing reported on UDN. ...
The user is experiencing his Scoring Equation being reset whenever he restarts his project. Found in 4.12 Preview 2 binary. Reproduced in 4.11.2 binary and 4.13 2967371. ...
"LogModuleManager:Warning: ModuleManager: Module" warnings in log on blank packaged project Regression: Warnings to do not occur in 4.10.4 User Description: Since the move to 4.11, we are seing a ...
When using the Get Random Point in Navigable Radius node, every few points return an invalid value. Found in 4.11.2 binary. Reproduced in 4.12 Preview 2, 4.10.4 binary, and Main CL 2962354 ...
When using Get Random Reachable Point in Radius and spawning instanced static meshes on those points, it returns a similar pattern almost every time with an L-shape in the center along with a dense ...
When using a Nav Modifier volume with a custom Nav Area class, the Nav Mesh is not being affected until the editor is restarted. Found in 4.11.2 binary. Reproduced in 4.12 Preview 1 binary and Main ...
Assertion failed: (Index >= 0) & (Index < ArrayNum) [Link Removed] [Line: 785] Array index out of bounds: 2 from an array of size 2 Source Context: 363 return OwnerController->GetPawn(); ...
It seems there's a fair amount of allocations in Recast code that allocate n elements, but release the memory with as a single element (delete ptr). ...
Setup described in UDN post: parent tree: root - selector - run behavior task subtree: root - sequence - custom BP task with just print string repro: print string message (engine tick) is showing u ...