Navigation
API > API/Editor > API/Editor/UnrealEd
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/EditorViewportClient.h |
| Include | #include "EditorViewportClient.h" |
Syntax
class FEditorViewportStats
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BeginFrame () |
Begins the frame for capturing using statements. | |
| void | EndFrame () |
Use EndEndUsing to manually reset the Using state so that the next call to Using will commit a new record. | |
| void | NoOpUsing () |
Doesn't use anything, but ensures that the last using item is not reset. | |
| void | |||
| void | Used commits a single usage record for whichever category is sent to it. | ||
| void | 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
| Type | Name | Description | |
|---|---|---|---|
| Category |
Constants
| Name | Description |
|---|---|
| bInitialized | |
| bUsingCalledThisFrame | |
| DataPoints | |
| LastUsing |