Navigation
API > API/Runtime > API/Runtime/Slate
Block location information
| Name | EMultiBlockLocation::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxDefs.h |
| Include Path | #include "Framework/MultiBox/MultiBoxDefs.h" |
Syntax
namespace EMultiBlockLocation
{
enum Type
{
None = -1,
Start,
Middle,
End,
}
}
Values
| Name | Remarks |
|---|---|
| None | Default, either no other blocks in group or grouping style is disabled |
| Start | Denotes the beginning of a group, currently left most first |
| Middle | Denotes a middle block(s) of a group |
| End | Denotes the end of a group, currently the right most |