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 FMaskOutTexture
Remarks
Represents a texture used for masking-out areas of an object from projectors.
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetSizeX () |
||
| int32 | GetSizeY () |
||
| FBitReference | GetTexelReference
(
int32 Index |
||
| void | SetTextureSize
(
int32 InSizeX, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FMaskOutTexture& Other |