Navigation
API > API/Plugins > API/Plugins/Avalanche
References
| Module | Avalanche |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/Avalanche/Public/AvaDefs.h |
| Include | #include "AvaDefs.h" |
Syntax
enum EAvaAnchors
{
None = UE::Ava::AnchorPoints::None UMETA(Hidden),
TopLeft = UE::Ava::AnchorPoints::Top + UE::Ava::AnchorPoints::Left,
Top = UE::Ava::AnchorPoints::Top + UE::Ava::AnchorPoints::HMiddle,
TopRight = UE::Ava::AnchorPoints::Top + UE::Ava::AnchorPoints::Right,
Left = UE::Ava::AnchorPoints::VMiddle + UE::Ava::AnchorPoints::Left,
Center = UE::Ava::AnchorPoints::VMiddle + UE::Ava::AnchorPoints::HMiddle,
Right = UE::Ava::AnchorPoints::VMiddle + UE::Ava::AnchorPoints::Right,
BottomLeft = UE::Ava::AnchorPoints::Bottom + UE::Ava::AnchorPoints::Left,
Bottom = UE::Ava::AnchorPoints::Bottom + UE::Ava::AnchorPoints::HMiddle,
BottomRight = UE::Ava::AnchorPoints::Bottom + UE::Ava::AnchorPoints::Right,
Custom = UE::Ava::AnchorPoints::Custom,
}
Values
| Name | Description |
|---|---|
| None | |
| TopLeft | |
| Top | |
| TopRight | |
| Left | |
| Center | |
| Right | |
| BottomLeft | |
| Bottom | |
| BottomRight | |
| Custom |
Remarks
UType 2D space point map. None should not be selectable in the UI. Z: Top, Bottom, VMiddle & Y: Left, Right, HMiddle Expressed as ZY eg TopLeft