FExternalProfiler

[FExternalProfiler](API\Runtime\Core\ProfilingDebugging\FExternalProfiler)

Windows
MacOS
Linux

Inheritance Hierarchy

IModularFeature

FExternalProfiler

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/ProfilingDebugging/ExternalProfiler.h

Include

#include "ProfilingDebugging/ExternalProfiler.h"

Syntax

class FExternalProfiler : public IModularFeature

Remarks

FExternalProfiler

Interface to various external profiler API functions, dynamically linked

Constructors

Name Description

Public function

FExternalProfiler()

Constructor

Destructors

Name Description

Public function Virtual

~FExternalProfiler()

Empty virtual destructor.

Functions

Name Description

Public function Virtual

void

 

EndScopedEvent()

Ends a scoped event specific to the profiler.

Public function

void

 

FrameSync()

Profiler interface.Mark where the profiler should consider the frame boundary to be.

Public function Static

FName

 

GetFeatureName()

Public function Const

const TCHAR ...

 

GetProfilerName()

Gets the name of this profiler as a string.

Public function

void

 

PauseProfiler()

Pauses profiling.

Public function

void

 

ProfilerPauseFunction()

Pauses profiling.

Public function

void

 

ProfilerResumeFunction()

Resumes profiling.

Public function Virtual

void

 

Register()

Initialize profiler, register some delegates..

Public function

void

 

ResumeProfiler()

Resumes profiling.

Public function Virtual

void

 

SetThreadName

(
    const TCHAR* Name
)

Public function Virtual

void

 

StartScopedEvent

(
    const TCHAR* Text
)

Starts a scoped event specific to the profiler.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss