Edit MattK: This seems like more of a cooking issue than an fbx issue. The crash is related to nav collision When adding a FBX import into your project, if you do not close the project out and ope ...
Trying to access a Game Instance in a Blueprint's Construction Script results in a crash in 4.8 and 4.9. No crash occurred in 4.7.6 with the same Blueprint. This crash only seems to happen if the v ...
Game applications crash on Zenfone 5 once they're launched. This seems to be due to the InitDebugContext(). Chris requested this to be entered for tracking purposes. Chris B: I believe the problem ...
If a block comment is used above the UCLASS Macro, leading spaces before the start of the comment causes UHT to fail and the solution to fail compile with a "Missing 'UCLASS' in Class declaration" e ...
Closing a project using the red X will cause a signal 11 error in the terminal after the project closes. ...
The editor will crash if the Window menu button next to Edit is pressed after compiling a toolbar plugin through the editor and attempting to click/use it. ...
This is a continuation of [Link Removed]. The previous ticket changed an Assertion to an Ensure in order to stop a crash from occurring, and stated that a more complete fix would be coming in 4.10. ...
Performing a hot reload in the Editor after adding a custom UserDefinedEnum C++ class to a project results in a crash. A normal compile in Visual Studio will complete successfully. ...
In ACharacter::StopAnimMontage(), the call to AnimInstance->Montage_Stop() does not include the parameter identifying which montage needs to stop. It appears that this results in all active AnimMont ...
When you use the IsOverlappingActor node to determine whether or not something is overlapping another actor, it returns false regardless of whether or not you're actually overlapping another actor. ...