Description
Creates a new array containing the difference between the two input arrays. Difference here means elements that are only contained in either A or B.
Information
| Plugin | RigVM |
| Category | Array |
| Tags | List,Collection |
| Type | FRigVMDispatch_ArrayDifference |
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 difference array. | TArray<FRigVMUnknownType> |