Navigation
API > API/Plugins > API/Plugins/PCG
| Name | FCallTime |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Utils/PCGExtraCapture.h |
| Include Path | #include "Utils/PCGExtraCapture.h" |
Syntax
struct FCallTime
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ExecutionEndTime | double | Utils/PCGExtraCapture.h | ||
| ExecutionFrameCount | int32 | Utils/PCGExtraCapture.h | ||
| ExecutionStartTime | double | Utils/PCGExtraCapture.h | ||
| ExecutionTime | double | Utils/PCGExtraCapture.h | ||
| MaxExecutionFrameTime | double | Utils/PCGExtraCapture.h | ||
| MinExecutionFrameTime | double | Utils/PCGExtraCapture.h | ||
| OutputDataMemorySize | uint64 | Utils/PCGExtraCapture.h | ||
| PostExecuteTime | double | Utils/PCGExtraCapture.h | ||
| PrepareDataEndTime | double | Utils/PCGExtraCapture.h | ||
| PrepareDataFrameCount | int32 | Utils/PCGExtraCapture.h | ||
| PrepareDataStartTime | double | Utils/PCGExtraCapture.h | ||
| PrepareDataTime | double | Utils/PCGExtraCapture.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
double ExecutionWallTime() |
Utils/PCGExtraCapture.h | ||
double PrepareDataWallTime() |
Utils/PCGExtraCapture.h | ||
double TotalTime() |
Utils/PCGExtraCapture.h | ||
double TotalWallTime() |
Utils/PCGExtraCapture.h |