Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO
References
| Module | CustomizableObject |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Classes/MuCO/CustomizableObject.h |
| Include | #include "MuCO/CustomizableObject.h" |
Syntax
USTRUCT&40;&41;
struct FMutableModelImageProperties
Variables
| Type | Name | Description | |
|---|---|---|---|
| TEnumAsByte< enum TextureAddress > | AddressX | ||
| TEnumAsByte< enum TextureAddress > | AddressY | ||
| TEnumAsByte< enum TextureFilter > | Filter | ||
| uint32: 1 | FlipGreenChannel | ||
| int32 | LODBias | ||
| TEnumAsByte< enum TextureGroup > | LODGroup | ||
| uint32: 1 | SRGB | ||
| FString | TextureParameterName | Name in the material. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMutableModelImageProperties
(
const FString& InTextureParameterName, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FMutableModelImageProperties& rhs |