UKismetArrayLibrary::Array_Length

Get the number of items in an array

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 int32 Array_Length
(
    const TArray< int32 > & TargetArray
)

Remarks

Get the number of items in an array

Returns

The length of the array

Parameters

Parameter

Description

TargetArray

The array to get the length of

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