Navigation
API > API/Plugins > API/Plugins/TextureGraphInsight
DeviceBuffer Record
| Name | DeviceBufferRecord |
| Type | class |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraphInsight/Public/Model/TextureGraphInsightRecord.h |
| Include Path | #include "Model/TextureGraphInsightRecord.h" |
Syntax
class DeviceBufferRecord
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DeviceBufferRecord() |
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 DeviceBufferRecord | Model/TextureGraphInsightRecord.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bErased | bool | Model/TextureGraphInsightRecord.h | ||
| bLeaked | bool | Model/TextureGraphInsightRecord.h | ||
| Descriptor | BufferDescriptor | Model/TextureGraphInsightRecord.h | ||
| DevType | DeviceType | Model/TextureGraphInsightRecord.h | ||
| HashValue | HashType | Model/TextureGraphInsightRecord.h | ||
| ID | uint64 | Model/TextureGraphInsightRecord.h | ||
| PrevHashValue | HashType | Model/TextureGraphInsightRecord.h | ||
| Rank | uint64 | The true size as informed. | Model/TextureGraphInsightRecord.h | |
| RawBufferMemSize | uint64 | Model/TextureGraphInsightRecord.h | ||
| SourceID | RecordID | RecordID _selfID;. | Model/TextureGraphInsightRecord.h |