Duplicating a Matinee Actor after having its controller placed in the Level Blueprint and then adding a controller into the Level Blueprint will cause a compile error on compile. *This error will s ...
When using a combination of Ctr+A and then Ctr+C in the pawn blueprint of the twin sticks project it will cause a crash. ...
A Pass-by-Reference function input cannot accept a reference to Self. Workaround: Cast from Self to the desired class and use that for the function's input. ...
[NickW] Should perform a search in children, at least warn if this will break children. — Delete Unused Variables deletes variables used in Child Blueprints. Note: Not only child blueprints. If ...
Crash Report: [Link Removed] UE4Editor_CoreUObject! UPackage::SavePackage() + 23952 bytes savepackage.cpp:3305 UE4Editor_UnrealEd! UEditorEngine::SavePackage() + 1065 bytes editor.cpp:4368 UE4Edi ...
Editing multiple Math Expressions will crash the editor. ...
If an array of custom UObjects is added to a class, changing the value of a UPROPERTY variable in one element of the array sets the same value in all elements of the array. ...
Crash Report: [Link Removed] <unknown module>! KERNELBASE!RaiseException() <unknown module>! UE4Editor_Core!FOutputDeviceWindowsError::Serialize() <unknown module>! UE4Editor_Core!FMsg::Logf__VA( ...
Enum data is not correctly setting names in the data table when pulling data from a .csv file. ...
Custom events cannot be called as functions after being made in level blueprints or after changing levels. User must close and re-open editor to be able to call a custom event. ...