Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformStackWalk
Description
Gets the meta-data associated with all symbols of this target. This may include things that are needed to perform further offline processing of symbol information (eg, the source binary).
| Name | GetSymbolMetaData |
| 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 TMap < FName , FString > GetSymbolMetaData()
A map containing the meta-data (if any).