Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UBlueprintMapLibrary
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/BlueprintMapLibrary.h |
| Include | #include "Kismet/BlueprintMapLibrary.h" |
static bool Map_Contains
&40;
const TMap< int32, int32 > & TargetMap,
const int32 & Key
&41;
Remarks
Checks whether key is in a provided Map True if an item was found (False indicates nothing in the map uses the provided key)
Parameters
| Name | Description |
|---|---|
| TargetMap | The map to perform the lookup on |
| Key | The key that will be used to lookup |