IModuleProvider::GetSymbol

Queries the name of the symbol at address.

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"
const [FResolvedSymbol](API\Developer\TraceServices\TraceServices\Model\FResolvedSymbol) * GetSymbol
(
    uint64 Address
)

Remarks

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.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library