Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Kismet > UBlueprintMapLibrary
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Kismet/BlueprintMapLibrary.h |
Include | #include "Kismet/BlueprintMapLibrary.h" |
static void Map_Keys
&40;
const TMap< int32, int32 > & TargetMap,
TArray< int32 > & Keys
&41;
Remarks
Outputs an array of all keys present in the map
Parameters
Name | Description |
---|---|
TargetMap | The map to get the list of keys from |
Keys | All keys present in the map |