unreal.AvaReferenceContainer¶
- class unreal.AvaReferenceContainer¶
Bases:
EnumBasedeprecated: ‘AvaReferenceContainer’ was renamed to ‘ActorModifierReferenceContainer’.
- FIRST: AvaReferenceContainer = Ellipsis¶
Uses the first actor in the parent’s hierarchy.
- Type:
2
- LAST: AvaReferenceContainer = Ellipsis¶
Uses the last actor in the parent’s hierarchy.
- Type:
3
- NEXT: AvaReferenceContainer = Ellipsis¶
Uses the next actor in the parent’s hierarchy.
- Type:
1
- OTHER: AvaReferenceContainer = Ellipsis¶
Uses a specified reference actor set by the user.
- Type:
4
- PREVIOUS: AvaReferenceContainer = Ellipsis¶
Uses the previous actor in the parent’s hierarchy.
- Type:
0