Navigation
API > API/Developer > API/Developer/TraceServices > API/Developer/TraceServices/IModuleProvider
Description
Trigger a manual attempt to load symbols for a module given a search path. This operation is asynchronous and if successful resolve symbols that previously failed.
| Name | LoadSymbolsForModuleUsingPath |
| Type | function |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Modules.h |
| Include Path | #include "TraceServices/Model/Modules.h" |
FGraphEventRef LoadSymbolsForModuleUsingPath
(
uint64 Base,
const TCHAR * Path
)
Waitable graph event for the operation
Parameters
| Name | Remarks |
|---|---|
| Base | Base address of the module |
| Path | Path where debug data can be located |