I am new to Unreal Engine so I’ve been practicing with tutorials from Udemy and YouTube. I started a tutorial for an RTS style camera movement from YouTube and half way through I hit a road block. The guy in the video creates a curve in his folder full of blueprints and edits the curve without a problem. I double-click to open the curve editor and hold shift while left clicking to add points and nothing works. I just did all of this with the timeline using a Float Track and I had no problems. After a few tries still no luck. Finally, trying to open the curve editor just crashes UE4.I get the following bug report.
Assertion failed: IsValid() [File:D:\Build\++UE4+Licensee\Sync\Engine\Source\Runtime\Core\Public\Templates/SharedPointer.h] [Line: 890]
0x00007ffd13873e49 KERNELBASE.dll!UnknownFunction []
0x00007ffcb24ceb46 UE4Editor-Core.dll!UnknownFunction []
0x00007ffcb24d1f28 UE4Editor-Core.dll!UnknownFunction []
0x00007ffcb225e53d UE4Editor-Core.dll!UnknownFunction []
0x00007ffcb21e97b5 UE4Editor-Core.dll!UnknownFunction []
0x00007ffcb21ebaf0 UE4Editor-Core.dll!UnknownFunction []
0x00007ffc7d95eae1 UE4Editor-CurveAssetEditor.dll!UnknownFunction []
0x00007ffc7d95ca85 UE4Editor-CurveAssetEditor.dll!UnknownFunction []
0x00007ffc895932d4 UE4Editor-AssetTools.dll!UnknownFunction []
0x00007ffca46fc209 UE4Editor-UnrealEd.dll!UnknownFunction []
0x00007ffc924f8f17 UE4Editor-ContentBrowser.dll!UnknownFunction []
0x00007ffc924b687f UE4Editor-ContentBrowser.dll!UnknownFunction []
0x00007ffc925021dd UE4Editor-ContentBrowser.dll!UnknownFunction []
0x00007ffc924b460d UE4Editor-ContentBrowser.dll!UnknownFunction []
0x00007ffc924b1027 UE4Editor-ContentBrowser.dll!UnknownFunction []
0x00007ffc92513fa7 UE4Editor-ContentBrowser.dll!UnknownFunction []
0x00007ffc9250264b UE4Editor-ContentBrowser.dll!UnknownFunction []
0x00007ffcfcba0f3e UE4Editor-Slate.dll!UnknownFunction []
0x00007ffcfcc25302 UE4Editor-Slate.dll!UnknownFunction []
0x00007ffcfcc0e5aa UE4Editor-Slate.dll!UnknownFunction []
0x00007ffcfcc01a79 UE4Editor-Slate.dll!UnknownFunction []
0x00007ffcfd8b7f62 UE4Editor-ApplicationCore.dll!UnknownFunction []
0x00007ffcfd8a5c87 UE4Editor-ApplicationCore.dll!UnknownFunction []
0x00007ffcfd8ba609 UE4Editor-ApplicationCore.dll!UnknownFunction []
0x00007ffcfd8a17d0 UE4Editor-ApplicationCore.dll!UnknownFunction []
0x00007ffd1521e338 USER32.dll!UnknownFunction []
0x00007ffd1521dd79 USER32.dll!UnknownFunction []
0x00007ffcfd8bbb24 UE4Editor-ApplicationCore.dll!UnknownFunction []
0x00007ff6ed5d68c4 UE4Editor.exe!UnknownFunction []
0x00007ff6ed5eba7c UE4Editor.exe!UnknownFunction []
0x00007ff6ed5ebb5a UE4Editor.exe!UnknownFunction []
0x00007ff6ed5fe31d UE4Editor.exe!UnknownFunction []
0x00007ff6ed60145a UE4Editor.exe!UnknownFunction []
0x00007ffd13b96fd4 KERNEL32.DLL!UnknownFunction []
0x00007ffd15afcec1 ntdll.dll!UnknownFunction []
I have tried opening curves in other projects, no luck. I have re-installed UE4 and rebooted by computer. Still no luck. This is really stressing me out. Please help. Thanks everyone.