Navigation
API > API/Runtime > API/Runtime/TypedElementRuntime
| |
|
| Name |
ETypedElementSelectionMethod |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/TypedElementRuntime/Public/Elements/Interfaces/TypedElementSelectionInterface.h |
| Include Path |
#include "Elements/Interfaces/TypedElementSelectionInterface.h" |
Syntax
enum ETypedElementSelectionMethod
{
Primary,
Secondary,
FromSecondary,
}
Values
| Name |
Remarks |
| 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) |