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()