FEditorViewportStats

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/EditorViewportClient.h

Include

#include "EditorViewportClient.h"

Syntax

class FEditorViewportStats

Functions

Name Description

Public function Static

void

 

BeginFrame()

Begins the frame for capturing using statements.

Public function Static

void

 

EndFrame()

Use EndEndUsing to manually reset the Using state so that the next call to Using will commit a new record.

Public function Static

void

 

NoOpUsing()

Doesn't use anything, but ensures that the last using item is not reset.

Public function Static

void

 

SendUsageData()

Public function Static

void

 

Used

(
    Category InCategory
)

Used commits a single usage record for whichever category is sent to it.

Public function Static

void

 

Using

(
    Category InCategory
)

Using commits a single usage record for whichever category is sent to it only if it's different from the last category that was sent to Using.

Enums

Name

Description

Public enum

Category

Constants

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