Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT > API/Plugins/MutableTools/MuT/NodeObjectGroup
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeObjectGroup.h |
| Include | #include "MuT/NodeObjectGroup.h" |
Syntax
enum CHILD_SELECTION
&123;
CS_ALWAYS_ALL,
CS_ONE_OR_NONE,
CS_ALWAYS_ONE,
CS_TOGGLE_EACH,
&125;
Values
| Name | Description |
|---|---|
| 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. |
Remarks
Typed of child selection.