Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FConditionalScopeLogTime
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FConditionalScopeLogTime
(
bool bCondition, |
Initialization constructor. | Stats/StatsMisc.h | |
FConditionalScopeLogTime
(
bool bCondition, |
Stats/StatsMisc.h |
FConditionalScopeLogTime(bool, const WIDECHAR , FTotalTimeAndCount , EScopeLogTimeUnits)
Description
Initialization constructor.
| Name | FConditionalScopeLogTime |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Stats/StatsMisc.h |
| Include Path | #include "Stats/StatsMisc.h" |
| Source | /Engine/Source/Runtime/Core/Private/Stats/StatsMisc.cpp |
FConditionalScopeLogTime
(
bool bCondition,
const WIDECHAR * InName,
FTotalTimeAndCount * InCumulative,
EScopeLogTimeUnits InUnits
)
Parameters
| Name | Remarks |
|---|---|
| InName | String that will be displayed in the log |
| InGlobal | Pointer to the variable that holds the cumulative stats |
FConditionalScopeLogTime(bool, const ANSICHAR , FTotalTimeAndCount , EScopeLogTimeUnits)
| Name | FConditionalScopeLogTime |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Stats/StatsMisc.h |
| Include Path | #include "Stats/StatsMisc.h" |
| Source | /Engine/Source/Runtime/Core/Private/Stats/StatsMisc.cpp |
FConditionalScopeLogTime
(
bool bCondition,
const ANSICHAR * InName,
FTotalTimeAndCount * InCumulative,
EScopeLogTimeUnits InUnits
)