Navigation
API > API/Plugins > API/Plugins/MutableRuntime
Types of layout packing strategies.
| Name | mu::EPackStrategy |
| Type | enum |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Layout.h |
| Include Path | #include "MuR/Layout.h" |
Syntax
namespace mu
{
enum EPackStrategy
{
Resizeable,
Fixed,
Overlay,
}
}
Values
| Name | Remarks |
|---|---|
| Resizeable | |
| Fixed | |
| Overlay |