Navigation
API > API/Plugins > API/Plugins/AvalancheViewport
References
| Module | AvalancheViewport |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheViewport/Public/AvaScreenAlignmentEnums.h |
| Include | #include "AvaScreenAlignmentEnums.h" |
Syntax
enum EAvaScreenAxis
{
Horizontal = 0,
Vertical = 1,
Depth = 2,
}
Values
| Name | Description |
|---|---|
| Horizontal | |
| Vertical | |
| Depth |
Remarks
In the order of the vector componennt determining that direction. X = Horizontal Y = Vertical Z = Depth