Navigation
API > API/Runtime > API/Runtime/Core
| |
|
| Name |
StringLiteralNamedTimerScope |
| Type |
class |
| Header File |
/Engine/Source/Runtime/Core/Public/FramePro/FramePro.h |
| Include Path |
#include "FramePro/FramePro.h" |
Syntax
class StringLiteralNamedTimerScope
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
StringLiteralNamedTimerScope
(
const char* p_name,
const char* p_source_info
)
|
P_name must be a string literal |
FramePro/FramePro.h |
|
Destructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
~StringLiteralNamedTimerScope()
|
|
FramePro/FramePro.h |
|
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| m_StartTime |
int64 |
|
FramePro/FramePro.h |
|
| mp_Name |
const char * |
|
FramePro/FramePro.h |
|
| mp_SourceInfo |
const char * |
|
FramePro/FramePro.h |
|
Functions
Public