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" |
UFUNCTION (BlueprintPure, CustomThunk,
Meta=(DisplayName="Is Not Empty", CompactNodeTitle="IS NOT EMPTY", MapParam="TargetMap"),
Category="Utilities|Map")
static bool Map_IsNotEmpty
(
const TMap < int32 , int32 > & TargetMap
)
Remarks
Check if the map has any entries A boolean indicating if the map has any entires
Parameters
| Name | Description |
|---|---|
| TargetMap | The map to check |