FScopedDebugInfo

Debug info that is stored on the stack and handled by stack unwinding.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/ProfilingDebugging/ScopedDebugInfo.h

Include

#include "ProfilingDebugging/ScopedDebugInfo.h"

Syntax

class FScopedDebugInfo

Remarks

Debug info that is stored on the stack and handled by stack unwinding.

Variables

Name Description

Public variable

FScopedDebugInf...

 

NextOuterInfo

The next debug info on the stack, or NULL if this is the last debug info on the stack.

Public variable

const int32

 

NumReplacedOuterCalls

The number of calls on the stack the debug info replaces.

Constructors

Name Description

Public function

FScopedDebugInfo

(
    int32 InNumReplacedOuterCalls
)

Initialization constructor.

Destructors

Name Description

Public function Virtual

~FScopedDebugInfo()

Destructor.

Functions

Name Description

Public function Static

FScopedDebug...

 

GetDebugInfoStack()

Accesses the list of debug infos on the stack in this thread.

Public function Const

FString

 

GetFilename()

Public function Const

FString

 

GetFunctionName()

Public function Const

int32

 

GetLineNumber()

Constants

Name

Description

MaxDescriptionLength

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss