UBlueprintMapLibrary::Map_Length

Determines the number of entries in a provided Map

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Kismet/BlueprintMapLibrary.h"

Syntax

static int32 Map_Length
(
    const TMap< int32, int32 > & TargetMap
)

Remarks

Determines the number of entries in a provided Map

Returns

The number of entries in the map

Parameters

Parameter

Description

TargetMap

The map in question

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