Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FramePro
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
| Type | Name | Description | |
|---|---|---|---|
| void | FrameStart () |
Called to mark the start of each frame | |
| void | Initialize () |
||
| bool | |||
| bool | |||
| void | PopEvent () |
End currently active named event | |
| void | PopEvent
(
const TCHAR* Override |
End currently active named event | |
| void | PopEvent
(
const ANSICHAR* Override |
End currently active named event | |
| void | PushEvent () |
Begin a named event | |
| void | PushEvent
(
const TCHAR* Text |
||
| void | PushEvent
(
const ANSICHAR* Text |
Begin a named event | |
| FString | StartFrameProRecording
(
const FString& FilenameRoot, |
||
| void | StartFrameProRecordingFromCommand
(
const TArray< FString >& Args |
||
| void | |||
| void | TearDown () |