Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Execution
Inheritance Hierarchy
- FRigVMStruct
- FRigUnit
- FRigUnit_CollectionBase
- FRigUnit_CollectionUnion
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Execution/RigUnit_Collection.h |
| Include | #include "Units/Execution/RigUnit_Collection.h" |
Syntax
USTRUCT (
Meta=(DisplayName="Union", Keywords="Combine,Add,Merge,Collection,Hierarchy", Deprecated="5.0"))
struct FRigUnit_CollectionUnion : public FRigUnit_CollectionBase
Remarks
Returns the union of two provided collections (the combination of all items from both A and B).
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRigElementKeyCollection | A | ||
| FRigElementKeyCollection | B | ||
| bool | bAllowDuplicates | ||
| FRigElementKeyCollection | Collection |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct | |
| FRigVMStructUpgradeInfo |