Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ProfilingDebugging
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ProfilingDebugging/TraceScreenshot.h |
| Include | #include "ProfilingDebugging/TraceScreenshot.h" |
Syntax
class FTraceScreenshot
Constructors
No constructors are accessible with public or protected access.
Destructors
No destructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | RequestScreenshot
(
FString Name, |
||
| void | Reset () |
Reset the internal state of the TraceScreenshot system. | |
| bool | Returns true if the screenshot should not be writted to a file. | ||
| void | TraceScreenshot
(
int32 InSizeX, |
Add the provided screenshot to the trace. | |
| void | TraceScreenshot
(
int32 InSizeX, |
Add the provided screenshot to the trace. |
Typedefs
| Name | Description |
|---|---|
| FLogCategoryAlias | In no logging configurations all log categories are of type FNoLoggingCategory, which has no relation with FLogCategoryBase. |
Constants
| Name | Description |
|---|---|
| bSuppressWritingToFile |