UKismetArrayLibrary::Array_Get

Given an array and an index, returns a copy of the item found at that index

Windows
MacOS
Linux

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

Syntax

static void Array_Get
(
    const TArray< int32 > & TargetArray,
    int32 Index,
    int32 & Item
)

Remarks

Given an array and an index, returns a copy of the item found at that index

Returns

A copy of the item stored at the index

Parameters

Parameter

Description

TargetArray

The array to get an item from

Index

The index in the array to get an item from

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss