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 JobRecord
Remarks
Individual Job Record is the leaf of the data model It gather meta information to present what the job has done the inputs and output blob
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | BeginRunTimeMS | ||
| double | BeginTimeMS | ||
| bool | bIsDone | ||
| double | EndTimeMS | ||
| FStringArray | InputArgNames | ||
| RecordIDArray | InputBlobIds | ||
| HashType | JobHash | ||
| uint32 | JobIdx | ||
| int32 | PhaseIdx | Index of the job in the batch. | |
| int | Priority | If 0 it is THE job, < 0 a prior job, > 0 an after job. | |
| uint32 | ReplayCount | ||
| RecordID | ResultBlobId | ||
| RecordID | SelfID | ||
| uint32 | TexHeight | ||
| uint32 | TexWidth | ||
| BoolTiles | Tiles | Information about the tiled job. | |
| FString | TransformName |
Constructors
| Type | Name | Description | |
|---|---|---|---|
JobRecord () |
Adding a default constructor to enforce this to be a non POD class to successfully initialize |
Functions
| Type | Name | Description | |
|---|---|---|---|
| double | |||
| double | |||
| double | GetFillRate () |
||
| const TiledGrid & | GetGrid () |
||
| int32 | |||
| uint64 | GetNumPixels () |
||
| uint64 | |||
| int32 | GetNumTiles () |
||
| double | |||
| double | GetRunTimeMS () |
||
| bool | IsMainPhase () |
||
| bool | IsNoOp () |
||
| bool | IsTiled () |
||
| bool | IsTileInvalidated
(
uint8_t x, |
Constants
| Name | Description |
|---|---|
| GNull |