MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / PrintStack

Function PrintStack

Source/Engine/Content/Assets/VisualScript.cpp:39–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 VisualScriptExecutor VisualScriptingExecutor;
38
39 void PrintStack(LogType type)
40 {
41#if LOG_ENABLE
42 const String stack = VisualScripting::GetStackTrace();
43 Log::Logger::Write(type, TEXT("Visual Script stack trace:"));
44 Log::Logger::Write(type, stack);
45 Log::Logger::Write(type, TEXT(""));
46#endif
47 }
48
49 bool SerializeValue(const Variant& a, const Variant& b)
50 {

Callers 3

OnErrorMethod · 0.85
ProcessGroupFunctionMethod · 0.85

Calls 1

WriteFunction · 0.50

Tested by

no test coverage detected