Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UKismetArrayLibrary
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetArrayLibrary.h |
| Include | #include "Kismet/KismetArrayLibrary.h" |
static bool Array_Identical
&40;
const TArray< int32 > & ArrayA,
const TArray< int32 > & ArrayB
&41;
Remarks
Checks if two arrays are memberwise identical Whether the two arrays are identical
Parameters
| Name | Description |
|---|---|
| ArrayA | One of the arrays to compare |
| ArrayB | The other array to compare |