Navigation
Unreal Engine C++ API Reference > Developer > ProfilerClient > IProfilerClient
References
Module | ProfilerClient |
Header | /Engine/Source/Developer/ProfilerClient/Public/IProfilerClient.h |
Include | #include "IProfilerClient.h" |
const [FStatMetaData](API\Developer\ProfilerService\FStatMetaData) & GetStatMetaData ( const [FGuid](API\Runtime\Core\Misc\FGuid) & InstanceId ) const
Remarks
Gets the description for the given stat id the FStatMetaData struct with the description.
Parameters
Name | Description |
---|---|
StatId | The identifier of the statistic description to retrieve. |