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 BlobRecord
Remarks
Blob Record.
Variables
| Type | Name | Description | |
|---|---|---|---|
| HashType | HashValue | ||
| RecordID | MappedID | If this blob is mapped by other blobs, here is the number of mapping to this | |
| FString | Name | ||
| uint32 | NumMapped | ||
| uint64 | RawBufferMemSize | If this blob hash is remapped, here is the remapped to blob ID | |
| uint32 | ReplayCount | ||
| RecordID | SelfID | ||
| RecordID | SourceID | ||
| uint32 | TexHeight | ||
| uint32 | TexWidth | ||
| Uint8Tiles | TileIdxs | The true size as informed. | |
| std::vector< uint16_t > | UniqueBlobs |
Constructors
| Type | Name | Description | |
|---|---|---|---|
BlobRecord () |
Adding a default constructor to enforce this to be a non POD class to successfully initialize |
Functions
| Type | Name | Description | |
|---|---|---|---|
| RecordID | GetTileBlob
(
uint8_t x, |
||
| RecordID | GetUniqueBlob
(
uint8_t i |
||
| const TiledGrid & | Grid () |
||
| bool | IsTiled () |
||
| int32_t | NumTiles () |
||
| int32_t |
Constants
| Name | Description |
|---|---|
| null |