Trace.Bookmark
Trace.Bookmark
#Overview
name: Trace.Bookmark
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
[Name] - Emits a TRACE_BOOKMARK() event with the given string name.
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/Core/Private/ProfilingDebugging/TraceAuxiliary.cpp:1218
Scope: file
Source code excerpt:
////////////////////////////////////////////////////////////////////////////////
static FAutoConsoleCommand TraceBookmarkCmd(
TEXT("Trace.Bookmark"),
TEXT("[Name] - Emits a TRACE_BOOKMARK() event with the given string name."
),
FConsoleCommandWithArgsDelegate::CreateStatic(TraceBookmark)
);
#endif // UE_TRACE_ENABLED