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
enum EAvaReferenceContainer
{
Previous,
Next,
First,
Last,
Other,
}
Values
| Name | Description |
|---|---|
| Previous | Uses the previous actor in the parent's hierarchy. |
| Next | Uses the next actor in the parent's hierarchy. |
| First | Uses the first actor in the parent's hierarchy. |
| Last | Uses the last actor in the parent's hierarchy. |
| Other | Uses a specified reference actor set by the user. |
Remarks
Specifies the method for finding a reference actor based on it's position in the parent's hierarchy.