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
Returns true if the array is empty
Information
| Plugin | RigVM |
| Category | Array |
| Tags | List,Collection |
| Type | FRigVMDispatch_ArrayIsEmpty |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Array | The array to check for emptiness. | TArray<FRigVMUnknownType> |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| IsEmpty | True if the array is empty. | bool |