UBlueprintMapLibrary::Map_Keys

Outputs an array of all keys present in the map

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Kismet/BlueprintMapLibrary.h"

Syntax

static void Map_Keys
(
    const TMap< int32, int32 > & TargetMap,
    TArray< int32 > & Keys
)

Remarks

Outputs an array of all keys present in the map

Parameters

Parameter

Description

TargetMap

The map to get the list of keys from

Keys

All keys present in the map

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