Navigation
API > API/Developer > API/Developer/TraceServices > API/Developer/TraceServices/IModuleProvider
Description
Queries the name of the symbol at address. This function returns immediately, but the lookup is async. See FResolvedSymbol for details. It assumed that all calls to this function happens before analysis has ended.
| Name | GetSymbol |
| Type | function |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Modules.h |
| Include Path | #include "TraceServices/Model/Modules.h" |
const FResolvedSymbol * GetSymbol
(
uint64 Address
)