Navigation
API > API/Runtime > API/Runtime/PerfCounters > API/Runtime/PerfCounters/IPerfCounters
| Name | Flags |
| Type | enum |
| Header File | /Engine/Source/Runtime/PerfCounters/Public/PerfCountersModule.h |
| Include Path | #include "PerfCountersModule.h" |
Syntax
enum Flags
{
Transient = (1 << 0),
}
Values
| Name | Remarks |
|---|---|
| Transient | Perf counter with this flag will be removed by "perfcounters clear" command |