Navigation
API > API/Plugins > API/Plugins/AvalancheViewport > API/Plugins/AvalancheViewport/Interaction
References
| Module | AvalancheViewport |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheViewport/Public/Interaction/AvaSnapDefs.h |
| Include | #include "Interaction/AvaSnapDefs.h" |
Syntax
enum EAvaViewportSnapState
{
Off = 0 UMETA(Hidden),
Global = 1 << 0,
Screen = 1 << 1,
Grid = 1 << 2,
Actor = 1 << 3,
All = Screen | Grid | Actor,
}
Values
| Name | Description |
|---|---|
| Off | |
| Global | |
| Screen | |
| Grid | |
| Actor | |
| All |