IProfilerClient::GetStatMetaData

Gets the description for the given stat id

Windows
MacOS
Linux

References

Module

ProfilerClient

Header

/Engine/Source/Developer/ProfilerClient/Public/IProfilerClient.h

Include

#include "IProfilerClient.h"

Syntax

const FStatMetaData & GetStatMetaData
(
    const FGuid & InstanceId
) const

Remarks

Gets the description for the given stat id

Returns

the FStatMetaData struct with the description.

Parameters

Parameter

Description

StatId

The identifier of the statistic description to retrieve.