Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformStackWalk
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void StackWalkAndDump
(
ANSICHAR* HumanReadableString, |
Walks the stack and appends the human readable string to the passed in one. | GenericPlatform/GenericPlatformStackWalk.h | |
static void StackWalkAndDump
(
ANSICHAR* HumanReadableString, |
Walks the stack and appends the human readable string to the passed in one. | GenericPlatform/GenericPlatformStackWalk.h |
StackWalkAndDump(ANSICHAR , SIZE_T, int32, void )
Warnings * The code assumes that HumanReadableString is large enough to contain the information.
Description
- Walks the stack and appends the human readable string to the passed in one.
-
The code assumes that HumanReadableString is large enough to contain the information.
| Name | StackWalkAndDump |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformStackWalk.h |
| Include Path | #include "GenericPlatform/GenericPlatformStackWalk.h" |
| Source | /Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformStackWalk.cpp |
static void StackWalkAndDump
(
ANSICHAR * HumanReadableString,
SIZE_T HumanReadableStringSize,
int32 IgnoreCount,
void * Context
)
Parameters
| Name | Remarks |
|---|---|
| HumanReadableString | String to concatenate information with |
| HumanReadableStringSize | size of string in characters |
| IgnoreCount | Number of stack entries to ignore (some are guaranteed to be in the stack walking code) |
| Context | Optional thread context information |
StackWalkAndDump(ANSICHAR , SIZE_T, void , void *)
Warnings * The code assumes that HumanReadableString is large enough to contain the information.
Description
- Walks the stack and appends the human readable string to the passed in one.
-
The code assumes that HumanReadableString is large enough to contain the information.
| Name | StackWalkAndDump |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformStackWalk.h |
| Include Path | #include "GenericPlatform/GenericPlatformStackWalk.h" |
| Source | /Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformStackWalk.cpp |
static void StackWalkAndDump
(
ANSICHAR * HumanReadableString,
SIZE_T HumanReadableStringSize,
void * ProgramCounter,
void * Context
)
Parameters
| Name | Remarks |
|---|---|
| HumanReadableString | String to concatenate information with |
| HumanReadableStringSize | size of string in characters |
| ProgramCounter | Instruction address that should be at the top of the stack |
| Context | Optional thread context information |