Description
Creates a new array containing the intersection between the two input arrays. Difference here means elements that are contained in both A and B.
Information
| Plugin | RigVM |
| Category | Array |
| Tags | List,Collection |
| Type | FRigVMDispatch_ArrayIntersection |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Array | The first array to compare the other array with. | TArray<FRigVMUnknownType> | |
| Other | The second array to compare the other array with. | TArray<FRigVMUnknownType> |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Result | The resulting intersecting array. | TArray<FRigVMUnknownType> |