Navigation
API > API/Plugins > API/Plugins/Avalanche
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
| Name | EAvaAnchors |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/Avalanche/Public/AvaDefs.h |
| Include Path | #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 | Remarks |
|---|---|
| None | |
| TopLeft | |
| Top | |
| TopRight | |
| Left | |
| Center | |
| Right | |
| BottomLeft | |
| Bottom | |
| BottomRight | |
| Custom |