This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
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> |