Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMiscTrace
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void OutputBookmark
(
const void* BookmarkPoint, |
ProfilingDebugging/MiscTrace.h | ||
static void OutputBookmark
(
uint32 CallstackId, |
ProfilingDebugging/MiscTrace.h |
OutputBookmark(const void *, Types...)
| Name | OutputBookmark |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/MiscTrace.h |
| Include Path | #include "ProfilingDebugging/MiscTrace.h" |
template<typename... Types>
static void OutputBookmark
(
const void * BookmarkPoint,
Types... FormatArgs
)
OutputBookmark(uint32, const void *, Types...)
| Name | OutputBookmark |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/MiscTrace.h |
| Include Path | #include "ProfilingDebugging/MiscTrace.h" |
template<typename... Types>
static void OutputBookmark
(
uint32 CallstackId,
const void * BookmarkPoint,
Types... FormatArgs
)