Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Layout.h |
| Include | #include "MuR/Layout.h" |
Syntax
struct FLayoutBlock
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 1 | bReduceBothAxes | Value to control the method to reduce the block. | |
| uint32: 1 | bReduceByTwo | Value to control if a block has to be reduced by two in an unitary reduction strategy. | |
| uint64 | Id | Absolute id used to control merging of various layouts. | |
| FIntVector2 | Min | ||
| int32 | Priority | Priority value to control the shrink texture layout strategy. | |
| FIntVector2 | Size | ||
| uint32: 30 | UnusedPadding | Explicit padding to prevent uninitialized memory in this POD. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLayoutBlock
(
FIntVector2 InMin, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsSimilar
(
const FLayoutBlock& o |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FLayoutBlock& o |
Constants
| Name | Description |
|---|---|
| InvalidBlockId |