Go to the source code of this file.
◆ ETypedElementChildInclusionMethod
| Enumerator |
|---|
| None | Do not include child elements
|
| Immediate | Include the immediate child elements, but do not recurse
|
| Recursive | Include the immediate child elements, and recurse into their children too
|
◆ ETypedElementSelectionMethod
| Enumerator |
|---|
| Primary | Select the "primary" element (eg, a component would favor selecting its owner actor)
|
| Secondary | Select the "secondary" element (eg, a component would favor selecting itself)
|
| FromSecondary | The "secondary" element is choosing to pass back up the chain (eg. an ISM was selected, but we want to traverse back to the parent element)
|