Navigation
API > API/Plugins > API/Plugins/TextureGraphInsight
Batch Record Hold the Job Records
| Name | BatchRecord |
| Type | class |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraphInsight/Public/Model/TextureGraphInsightRecord.h |
| Include Path | #include "Model/TextureGraphInsightRecord.h" |
Syntax
class BatchRecord
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
BatchRecord() |
Adding a default constructor to enforce this to be a non POD class to successfully initialize | Model/TextureGraphInsightRecord.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| null | const BatchRecord | Model/TextureGraphInsightRecord.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Action | FString | Model/TextureGraphInsightRecord.h | ||
| BatchID | BatchID | Model/TextureGraphInsightRecord.h | ||
| BeginTimeMS | double | Model/TextureGraphInsightRecord.h | ||
| bIsDone | bool | Model/TextureGraphInsightRecord.h | ||
| bIsFromIdle | bool | Model/TextureGraphInsightRecord.h | ||
| bIsJobsDone | bool | Model/TextureGraphInsightRecord.h | ||
| bIsNoCache | bool | Model/TextureGraphInsightRecord.h | ||
| EndTimeMS | double | Model/TextureGraphInsightRecord.h | ||
| FrameID | FrameID | Model/TextureGraphInsightRecord.h | ||
| Jobs | JobRecordArray | Model/TextureGraphInsightRecord.h | ||
| MixID | RecordID | Model/TextureGraphInsightRecord.h | ||
| NumInvalidatedTiles | uint16_t | Model/TextureGraphInsightRecord.h | ||
| NumTiles | uint16_t | Model/TextureGraphInsightRecord.h | ||
| ReplayCount | uint32_t | Model/TextureGraphInsightRecord.h | ||
| ResultBlobs | RecordIDArray | Model/TextureGraphInsightRecord.h | ||
| SelfID | RecordID | Model/TextureGraphInsightRecord.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Model/TextureGraphInsightRecord.h | |||
double ScopeTime_ms() |
Model/TextureGraphInsightRecord.h |