Exceptions details in UE

Hi,
i have a question. can I get details of the exception? When i debug my code and crash on exception only message is “UE4Editor.exe throw exception” thats all, this say nothing.

Thanks

Check the logs in Saved/Logs, it should have some Information about crash, actually this is what you should do first when you get crash before even starting debuging, rember to run it without debug because it might stop UE4 to finish the log. If log look like cut that means it a hard crash (OS closed Unreal) this usally means either bad cast or call on null/invalid pointer.