Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FExternalProfiler
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void StartScopedEvent
(
const FColor& Color, |
Starts a scoped event specific to the profiler. | ProfilingDebugging/ExternalProfiler.h | |
virtual void StartScopedEvent
(
const FColor& Color, |
Starts a scoped event specific to the profiler. Default implementation for backward compabitility. | ProfilingDebugging/ExternalProfiler.h |
StartScopedEvent(const struct FColor &, const TCHAR *)
Description
Starts a scoped event specific to the profiler.
| Name | StartScopedEvent |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/ExternalProfiler.h |
| Include Path | #include "ProfilingDebugging/ExternalProfiler.h" |
virtual void StartScopedEvent
(
const struct FColor & Color,
const TCHAR * Text
)
StartScopedEvent(const struct FColor &, const ANSICHAR *)
Description
Starts a scoped event specific to the profiler. Default implementation for backward compabitility.
| Name | StartScopedEvent |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/ExternalProfiler.h |
| Include Path | #include "ProfilingDebugging/ExternalProfiler.h" |
virtual void StartScopedEvent
(
const struct FColor & Color,
const ANSICHAR * Text
)