Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/Layout
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/Layout.h |
| Include | #include "MuR/Layout.h" |
Syntax
struct FBlock
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bReduceBothAxes | Value to control the method to reduce the block. | |
| bool | bReduceByTwo | Value to control if a block has to be reduced by two in an unitary reduction strategy. | |
| int32 | m_id | Absolute id used to control merging of various layouts. | |
| UE::Math::TIntVector2< uint16 > | m_min | ||
| int32 | m_priority | Priority value to control the shrink texture layout strategy. | |
| UE::Math::TIntVector2< uint16 > | m_size |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBlock
(
UE::Math::TIntVector2< uint16 > min, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| void | Serialise
(
OutputArchive& arch |
||
| void | Unserialise
(
InputArchive& arch |
||
| void | UnserialiseOldVersion
(
InputArchive& Archive, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FBlock& o |