Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Array
Tests if IndexToTest is valid, i.e. greater than or equal to zero, and less than the number of elements in TargetArray. *
Target is Kismet Array Library
Inputs
| Type | Name | Description |
|---|---|---|
| wildcard | Target Array | Array to use for the IsValidIndex test * |
| integer | Index to Test | The Index, that we want to test for being valid * |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Return Value | True if the Index is Valid, i.e. greater than or equal to zero, and less than the number of elements in TargetArray. |