FGenericPlatformStackWalk::GetSymbolMetaData

Gets the meta-data associated with all symbols of this target.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformStackWalk.h

Include

#include "GenericPlatform/GenericPlatformStackWalk.h"

Source

/Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformStackWalk.cpp

Syntax

static TMap< FName, FString > GetSymbolMetaData()

Remarks

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).

Returns

A map containing the meta-data (if any).

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