Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FScopedBootTiming
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FScopedBootTiming
(
const ANSICHAR* InMessage |
CoreGlobals.h | ||
FScopedBootTiming
(
const ANSICHAR* InMessage, |
CoreGlobals.h |
FScopedBootTiming(const ANSICHAR *)
| Name | FScopedBootTiming |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/CoreGlobals.h |
| Include Path | #include "CoreGlobals.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/CoreGlobals.cpp |
FScopedBootTiming
(
const ANSICHAR * InMessage
)
FScopedBootTiming(const ANSICHAR *, FName)
| Name | FScopedBootTiming |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/CoreGlobals.h |
| Include Path | #include "CoreGlobals.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/CoreGlobals.cpp |
FScopedBootTiming
(
const ANSICHAR * InMessage,
FName Suffix
)