Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
References
| Module | MutableTools |
| Header | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/NodeImage.h |
| Include | #include "MuT/NodeImage.h" |
Syntax
struct FSourceDataDescriptor
Remarks
Data related to the a source image that is necessary to classify the final image and mesh fragments that are derived from this source.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | SourceHighResMips | Number of mips in the source texture that are considered high resolution. | |
| uint32 | SourceId | Source Id | |
| TArray< FString > | Tags | Source tags that mark this data and prevent it from mixing with other data at compile time. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CombineWith
(
const FSourceDataDescriptor& Other |
||
| bool | IsInvalid () |
||
| bool | IsNeutral () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FSourceDataDescriptor& Other |
Enums
| Type | Name | Description | |
|---|---|---|---|
| ESpecialValues |