Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/TypedElementRuntime/Public/Elements/Interfaces/TypedElementSelectionInterface.h |
Include |
#include "Elements/Interfaces/TypedElementSelectionInterface.h" |
enum ETypedElementSelectionMethod
{
Primary,
Secondary,
}
Name |
Description |
---|---|
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) |