Navigation
API > API/Plugins > API/Plugins/TextureGraphInsight
Blob Record.
| Name | BlobRecord |
| Type | class |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraphInsight/Public/Model/TextureGraphInsightRecord.h |
| Include Path | #include "Model/TextureGraphInsightRecord.h" |
Syntax
class BlobRecord
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
BlobRecord() |
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 BlobRecord | Model/TextureGraphInsightRecord.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| HashValue | HashType | Model/TextureGraphInsightRecord.h | ||
| MappedID | RecordID | If this blob is mapped by other blobs, here is the number of mapping to this | Model/TextureGraphInsightRecord.h | |
| Name | FString | Model/TextureGraphInsightRecord.h | ||
| NumMapped | uint32 | Model/TextureGraphInsightRecord.h | ||
| RawBufferMemSize | uint64 | If this blob hash is remapped, here is the remapped to blob ID | Model/TextureGraphInsightRecord.h | |
| ReplayCount | uint32 | Model/TextureGraphInsightRecord.h | ||
| SelfID | RecordID | Model/TextureGraphInsightRecord.h | ||
| SourceID | RecordID | Model/TextureGraphInsightRecord.h | ||
| TexHeight | uint32 | Model/TextureGraphInsightRecord.h | ||
| TexWidth | uint32 | Model/TextureGraphInsightRecord.h | ||
| TileIdxs | Uint8Tiles | The true size as informed. | Model/TextureGraphInsightRecord.h | |
| UniqueBlobs | std::vector< uint16_t > | Model/TextureGraphInsightRecord.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RecordID GetTileBlob
(
uint8_t x, |
Model/TextureGraphInsightRecord.h | ||
RecordID GetUniqueBlob
(
uint8_t i |
Model/TextureGraphInsightRecord.h | ||
const TiledGrid & Grid() |
Model/TextureGraphInsightRecord.h | ||
bool IsTiled() |
Model/TextureGraphInsightRecord.h | ||
int32_t NumTiles() |
Model/TextureGraphInsightRecord.h | ||
int32_t NumUniqueBlobs() |
Model/TextureGraphInsightRecord.h |