UKismetArrayLibrary::GetLastIndex

Helper function to get the last valid index of the array for error reporting, or 0 if the array is empty.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/KismetArrayLibrary.h

Include

#include "Kismet/KismetArrayLibrary.h"

Syntax

static int32 GetLastIndex
(
    const FScriptArrayHelper & ArrayHelper
)

Remarks

Helper function to get the last valid index of the array for error reporting, or 0 if the array is empty.

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