Skip to content

Instantly share code, notes, and snippets.

@tmsampson
Last active April 18, 2024 04:57
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmsampson/98b77b89a5deffe493df4ffc12173a91 to your computer and use it in GitHub Desktop.
Save tmsampson/98b77b89a5deffe493df4ffc12173a91 to your computer and use it in GitHub Desktop.
//------------------------------------------------------------------------------------------------------------------------------
// FOR USE IN VISUAL STUDIO IMMEDIATE WINDOW
//------------------------------------------------------------------------------------------------------------------------------
// Dump Blueprint Callstack (UE4 Editor Build)
{,,UE4Editor-Core}::PrintScriptCallstack()
// Dump Blueprint Callstack (UE5 Editor Build)
{,,UnrealEditor-Core}::PrintScriptCallstack()
// Dump Blueprint Callstack (Standalone/Package Build)
::PrintScriptCallstack()
@willox
Copy link

willox commented Oct 31, 2022

The binary has a different name since UE5 I guess?

{,,UnrealEditor-Core}::PrintScriptCallstack()

@tmsampson
Copy link
Author

Thanks @willox - Updated to include UE5 example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment