Character::OnJumped_Implementation() should be virtual or users' custom implementations will not be called. If they declare it with "override" their code will fail to compile. Already fixed in Main ...
When adding code to a project, class names cannot be used if they contain a portion of the project's names and the type of class of the parent. Message says that the name is already used by another ...
If you create a new Blueprint Widget, place a button into the widget, and click, hold, and drag a Named slot onto the button, the number of the Names Slot will keep increasing as long as the named s ...
User reports crashing upon open, saving or playing their project in 4.6.1 in Binary. Assertion failed: TargetDelegate [Link Removed] [Line: 5407] ...
UBlackboardComponent::CompareKeyValues contains a bug and instead of using KeyType's default class object it uses UBlackboardKeyType's which results in comparison of memory addresses. This obviously ...
Seems like the task node result is wrong if AI is already at location. If so then it's a pretty serious issue. Needs to be investigated. ...
The Cross Product Blueprint Node is now labeled Cross_VectorVector taking up more space as a node than the previous "X" Also reproduced on Main Promotable-CL-2455917 ...
When attempting to package this project for a mobile device, the build with fail. I tested in main and 4.7 release and the build will always fail. Project: [Link Removed] Users log: https://ans ...
The implementation for TUnion is commented out (in Union.cpp) causing it to not function properly. DEFINE_LOG_CATEGORY(LogUnion); has to be added to the user's source file for the VS compille to wo ...
Edit: CrashReporter link: [Link Removed] When running the Session Frontend Profiler as a Live Data Preview and you open a Post Process material, the editor will crash to the desktop. Reproduced in ...