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 int32 Map_Length
&40;
const TMap< int32, int32 > & TargetMap
&41;
Remarks
Determines the number of entries in a provided Map The number of entries in the map
Parameters
Name | Description |
---|---|
TargetMap | The map in question |