unreal.AvaReferenceContainer

class unreal.AvaReferenceContainer

Bases: EnumBase

Specifies the method for finding a reference actor based on it’s position in the parent’s hierarchy.

C++ Source:

  • Plugin: Avalanche

  • Module: Avalanche

  • File: AvaDefs.h

FIRST: AvaReferenceContainer

Uses the first actor in the parent’s hierarchy.

Type:

2

LAST: AvaReferenceContainer

Uses the last actor in the parent’s hierarchy.

Type:

3

NEXT: AvaReferenceContainer

Uses the next actor in the parent’s hierarchy.

Type:

1

OTHER: AvaReferenceContainer

Uses a specified reference actor set by the user.

Type:

4

PREVIOUS: AvaReferenceContainer

Uses the previous actor in the parent’s hierarchy.

Type:

0