IModuleProvider::LoadSymbolsForModuleUsingPath

Trigger a manual attempt to load symbols for a module given a search path.

Unreal Engine C++ API Reference > Developer > TraceServices > TraceServices > Model > IModuleProvider

References

   
Module TraceServices
Header /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Modules.h
Include #include "TraceServices/Model/Modules.h"
FGraphEventRef LoadSymbolsForModuleUsingPath
(
    uint64 Base,
    const TCHAR * Path
)

Remarks

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. Waitable graph event for the operation

Parameters

Name Description
Base Base address of the module
Path Path where debug data can be located

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library