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