Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ProfilingDebugging
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
| Type | Name | Description | |
|---|---|---|---|
| FScopedDebugInfo *const | NextOuterInfo | The next debug info on the stack, or NULL if this is the last debug info on the stack. | |
| const int32 | NumReplacedOuterCalls | The number of calls on the stack the debug info replaces. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FScopedDebugInfo
(
int32 InNumReplacedOuterCalls |
Initialization constructor. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FScopedDebugInfo * | Accesses the list of debug infos on the stack in this thread. | ||
| FString | GetFilename () |
||
| FString | |||
| int32 |
Enums
| Type | Name | Description | |
|---|---|---|---|
| API/Runtime/Core/ProfilingDebugging/FScopedDebugInfo_1 |