Unreal Engine 4.x Scripting with C++ Cookbook
上QQ阅读APP看书,第一时间看更新

How it works...

The Call Stack is a list of function calls that were executed. When a bug occurs, the line on which it occurred is listed at the top of the Call Stack. Refer to the following screenshot: