obtaining the call stack of a function during debugging

Most IDE’s have a callstack window built in that you can check. Just put a breakpoint where you want to start checking.

You can also put a callstack into a log via

 FDebug::DumpStackTraceToLog() 
1 Like