Navigation
Filters
Classes
| Type | Name | Description | |
|---|---|---|---|
| AAvaScene | |||
| FAvaActorUtils | |||
| FAvaAnchorAlignment | Specifies a set of anchor alignments, one for each 3D axis. | ||
| FAvaColorChangeData | |||
| FAvaOutlinerUtils | Editor Only Outliner Access Functions | ||
| IAvaModule | |||
| IAvaSceneInterface | |||
| UAvaSceneInterface | Interface for the driver class of an Motion Design Scene This interface's purpose is to provide access to scene data and to core interfaces in the Scene | ||
| UAvaSceneSettings | Object containing information about its Scene | ||
| UAvaSceneState | Object providing State information of the Scene | ||
| UAvaSceneSubsystem |
Typedefs
| Name | Description |
|---|---|
| AvaAlignment |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EAvaAnchors | UType 2D space point map. | ||
| EAvaAxis | Specifies a 3D axis. | ||
| EAvaColorStyle | |||
| EAvaCorner2D | Specifies a corner for a 2D rectangle. | ||
| EAvaDepthAlignment | |||
| EAvaHorizontalAlignment | |||
| EAvaReferenceContainer | Specifies the method for finding a reference actor based on it's position in the parent's hierarchy. | ||
| EAvaVerticalAlignment |
Functions
| Type | Name | Description | |
|---|---|---|---|
| EAvaDepthAlignment | GetDAlignment
(
AvaAlignment InAlignment |
Alignment for X (Depth) | |
| EAvaHorizontalAlignment | GetHAlignment
(
AvaAlignment InAlignment |
Alignment for Y (Horizontal) | |
| FVector | GetLocationFromAlignment
(
AvaAlignment InAlignment, |
Gets an anchor location from an alignment and a size | |
| EAvaVerticalAlignment | GetVAlignment
(
AvaAlignment InAlignment |
Alignment for Z (Vertical) | |
| AvaAlignment | MakeAlignment
(
EAvaDepthAlignment Depth, |
Create alignment value from enums | |
| auto | ToUnderlyingType
(
Enum Val |