Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
References
| Module | MutableTools |
| Header | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/NodeLayout.h |
| Include | #include "MuT/NodeLayout.h" |
Syntax
struct FSourceLayoutBlock
Remarks
Data for a layout block before it is compiled.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 1 = 0 | bReduceBothAxes | Value to control the method to reduce the block. | |
| uint32: 1 = 0 | bReduceByTwo | Value to control if a block has to be reduced by two in an unitary reduction strategy. | |
| Ptr< Image > | Mask | Optional mask image that selects the vertices to include in the block. | |
| FIntVector2 | Min | ||
| int32 | Priority | Priority value to control the shrink texture layout strategy. | |
| FIntVector2 | Size |