Navigation
API > API/Plugins > API/Plugins/TextureGraphInsight
| Name | RecordID |
| Type | struct |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraphInsight/Public/Model/TextureGraphInsightRecord.h |
| Include Path | #include "Model/TextureGraphInsightRecord.h" |
Syntax
struct RecordID
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RecordID () |
Model/TextureGraphInsightRecord.h | ||
RecordID
(
uint64 recordId |
Model/TextureGraphInsightRecord.h | ||
RecordID
(
uint8 t, |
Model/TextureGraphInsightRecord.h |
Enums
Public
| Name | Remarks |
|---|---|
| Type |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| id | uint64 | Model/TextureGraphInsightRecord.h | ||
| prim | uint32_t | Model/TextureGraphInsightRecord.h | ||
| RecordID | union RecordID | Model/TextureGraphInsightRecord.h | ||
| second | uint32_t | Model/TextureGraphInsightRecord.h | ||
| type | uint8 | Model/TextureGraphInsightRecord.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint32 Action() |
Model/TextureGraphInsightRecord.h | ||
uint32 Batch() |
Model/TextureGraphInsightRecord.h | ||
uint32 Blob() |
Model/TextureGraphInsightRecord.h | ||
uint32 Buffer() |
Model/TextureGraphInsightRecord.h | ||
uint32 Buffer_DeviceType() |
Model/TextureGraphInsightRecord.h | ||
bool IsAction() |
Model/TextureGraphInsightRecord.h | ||
bool IsBatch() |
Model/TextureGraphInsightRecord.h | ||
bool IsBlob() |
Model/TextureGraphInsightRecord.h | ||
bool IsBuffer() |
Model/TextureGraphInsightRecord.h | ||
bool IsDevice() |
Model/TextureGraphInsightRecord.h | ||
bool IsJob() |
Model/TextureGraphInsightRecord.h | ||
bool IsMix() |
Model/TextureGraphInsightRecord.h | ||
bool IsValid() |
Model/TextureGraphInsightRecord.h | ||
uint32 Job() |
Model/TextureGraphInsightRecord.h | ||
uint32 Mix() |
Model/TextureGraphInsightRecord.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static RecordID fromAction
(
uint32_t a |
Model/TextureGraphInsightRecord.h | ||
static RecordID fromBatch
(
uint32_t b |
Model/TextureGraphInsightRecord.h | ||
static RecordID fromBatchJob
(
uint32_t b, |
Model/TextureGraphInsightRecord.h | ||
static RecordID fromBlob
(
uint32_t b |
Model/TextureGraphInsightRecord.h | ||
static RecordID fromBuffer
(
DeviceType t, |
Model/TextureGraphInsightRecord.h | ||
static RecordID fromMix
(
uint32_t a |
Model/TextureGraphInsightRecord.h |