Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Kismet > UKismetArrayLibrary
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetArrayLibrary.h |
Include | #include "Kismet/KismetArrayLibrary.h" |
Source | /Engine/Source/Runtime/Engine/Private/KismetArrayLibrary.cpp |
static void Array_Get
&40;
const TArray< int32 > & TargetArray,
int32 Index,
int32 & Item
&41;
Remarks
Given an array and an index, returns a copy of the item found at that index A copy of the item stored at the index
Parameters
Name | Description |
---|---|
TargetArray | The array to get an item from |
Index | The index in the array to get an item from |