Navigation
API > API/Plugins > API/Plugins/MutableTools
Data related to the a source image that is necessary to classify the final image and mesh fragments that are derived from this source.
| Name | FSourceDataDescriptor |
| Type | struct |
| Header File | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/NodeImage.h |
| Include Path | #include "MuT/NodeImage.h" |
Syntax
struct FSourceDataDescriptor
Enums
Public
| Name | Remarks |
|---|---|
| ESpecialValues |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NumNonOptionalLODs | int32 | Number of lods from the tail that will never be considered optional | MuT/NodeImage.h | |
| OptionalLODBias | int32 | Bias to the final number of optional mips. | MuT/NodeImage.h | |
| OptionalMaxLODSize | int32 | The size of the first mip to be considered optional. | MuT/NodeImage.h | |
| SourceId | uint32 | Source Id | MuT/NodeImage.h | |
| Tags | TArray< FString > | Source tags that mark this data and prevent it from mixing with other data at compile time. | MuT/NodeImage.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CombineWith
(
const FSourceDataDescriptor& Other |
MuT/NodeImage.h | ||
bool IsInvalid() |
MuT/NodeImage.h | ||
bool IsNeutral() |
MuT/NodeImage.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FSourceDataDescriptor& Other |
MuT/NodeImage.h |