Navigation
API > API/Plugins > API/Plugins/ActorModifier
Specifies the method for finding a reference actor based on it's position in the parent's hierarchy.
| Name | EActorModifierReferenceContainer |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/ActorModifier/Source/ActorModifier/Public/Extensions/ActorModifierSceneTreeUpdateExtension.h |
| Include Path | #include "Extensions/ActorModifierSceneTreeUpdateExtension.h" |
Syntax
enum EActorModifierReferenceContainer
{
Previous,
Next,
First,
Last,
Other,
}
Values
| Name | Remarks |
|---|---|
| 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. |