Navigation
API > API/Plugins > API/Plugins/ClonerEffector
| Name | ECEEffectorCullModeBehavior |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/ClonerEffector/Source/ClonerEffector/Public/Effector/Modes/CEEffectorCullMode.h |
| Include Path | #include "Effector/Modes/CEEffectorCullMode.h" |
Syntax
enum ECEEffectorCullModeBehavior
{
Kill,
Hide,
}
Values
| Name | Remarks |
|---|---|
| Kill | Kill clones based on effector shape, lower priority than other hide effector |
| Hide | Hide clones based on effector shape, higher priority than other kill effector |