Last active
October 15, 2024 03:21
-
-
Save tmsampson/98b77b89a5deffe493df4ffc12173a91 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//------------------------------------------------------------------------------------------------------------------------------ | |
// 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() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The binary has a different name since UE5 I guess?
{,,UnrealEditor-Core}::PrintScriptCallstack()