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
USTRUCT (BlueprintType )
struct FAvaAnchorAlignment
Remarks
Specifies a set of anchor alignments, one for each 3D axis.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bUseDepth | ||
| bool | bUseHorizontal | ||
| bool | bUseVertical | ||
| EAvaDepthAlignment | Depth | ||
| EAvaHorizontalAlignment | Horizontal | ||
| EAvaVerticalAlignment | Vertical |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAvaAnchorAlignment
(
const EAvaHorizontalAlignment InHorizontal, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsDepthMatch
(
const FAvaAnchorAlignment& Other |
||
| bool | IsHorizontalMatch
(
const FAvaAnchorAlignment& Other |
||
| bool | IsVerticalMatch
(
const FAvaAnchorAlignment& Other |
||
| FVector | LocalBoundsOffset
(
const FBox& InBounds, |
Returns a point on the bounds extent determined by the alignment properties of the structure. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FAvaAnchorAlignment& Other |