Navigation
API > API/Plugins > API/Plugins/TextureGraphInsight
Mix Record Hold the Mix Records
| Name | MixRecord |
| Type | class |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraphInsight/Public/Model/TextureGraphInsightRecord.h |
| Include Path | #include "Model/TextureGraphInsightRecord.h" |
Syntax
class MixRecord
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
MixRecord() |
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 MixRecord | Model/TextureGraphInsightRecord.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AssetName | FString | Model/TextureGraphInsightRecord.h | ||
| Batches | RecordIDArray | Model/TextureGraphInsightRecord.h | ||
| InstanceMixIDs | RecordIDArray | Model/TextureGraphInsightRecord.h | ||
| Name | FString | Model/TextureGraphInsightRecord.h | ||
| ParentMixID | RecordID | Model/TextureGraphInsightRecord.h | ||
| SelfID | RecordID | Model/TextureGraphInsightRecord.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool HasInstances() |
Model/TextureGraphInsightRecord.h | ||
bool IsInstanceMix() |
Model/TextureGraphInsightRecord.h |