Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FProgramCounterSymbolInfo
| Name | FProgramCounterSymbolInfo |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformStackWalk.h |
| Include Path | #include "GenericPlatform/GenericPlatformStackWalk.h" |
Syntax
enum FProgramCounterSymbolInfo
{
MAX_NAME_LENGTH = 1024,
}
Values
| Name | Remarks |
|---|---|
| MAX_NAME_LENGTH | Length of the string used to store the symbol's names, including the trailing character. |