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" |
UFUNCTION (BlueprintPure, CustomThunk,
Meta=(DisplayName="Identical", CompactNodeTitle="==", ArrayParm="ArrayA,ArrayB", ArrayTypeDependentParams="ArrayB"),
Category="Utilities|Array")
static bool Array_Identical
(
const TArray < int32 > & ArrayA,
const TArray < int32 > & ArrayB
)
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 |