FFrameProProfiler

Wrapper for FramePro

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/FramePro/FrameProProfiler.h

Include

#include "FramePro/FrameProProfiler.h"

Syntax

class FFrameProProfiler

Remarks

Wrapper for FramePro

Functions

Name Description

Public function Static

void

 

FrameStart()

Called to mark the start of each frame

Public function Static

bool

 

IsFrameProRecording()

Public function Static

void

 

PopEvent()

End currently active named event

Public function Static

void

 

PopEvent

(
    const TCHAR* Override
)

End currently active named event

Public function Static

void

 

PopEvent

(
    const ANSICHAR* Override
)

End currently active named event

Public function Static

void

 

PushEvent()

Begin a named event

Public function Static

void

 

PushEvent

(
    const TCHAR* Text
)

Public function Static

void

 

PushEvent

(
    const ANSICHAR* Text
)

Begin a named event

Public function Static

FString

 

StartFrameProRecording

(
    const FString& FilenameRoot,
    int32 MinScopeTime
)

Public function Static

void

 

StartFrameProRecordingFromCommand

(
    const TArray< FString >& Args
)

Public function Static

void

 

StopFrameProRecording()

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