Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/NodeObjectGroup
Typed of child selection.
| Name | EChildSelection |
| Type | enum |
| Header File | /Engine/Plugins/Mutable/Source/MutableTools/Public/MuT/NodeObjectGroup.h |
| Include Path | #include "MuT/NodeObjectGroup.h" |
Syntax
enum EChildSelection
{
CS_ALWAYS_ALL,
CS_ONE_OR_NONE,
CS_ALWAYS_ONE,
CS_TOGGLE_EACH,
}
Values
| Name | Remarks |
|---|---|
| CS_ALWAYS_ALL | All objects in the group will always be enabled, and no parameter will be generated. |
| CS_ONE_OR_NONE | Only one children may be selected, but it is allowed to have none. |
| CS_ALWAYS_ONE | One and only one children has to be selected at all times An enumeraation parameter will be generated and it cannot be null |
| CS_TOGGLE_EACH | Each child in the group can be enabled or disabled individually. |