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 (BlueprintCallable, CustomThunk,
Meta=(DisplayName="Values", CompactNodeTitle="VALUES", MapParam="TargetMap", MapValueParam="Values", AutoCreateRefTerm="Values"),
Category="Utilities|Map")
static void Map_Values
(
const TMap < int32 , int32 > & TargetMap,
TArray < int32 > & Values
)
Remarks
Outputs an array of all values present in the map
Parameters
| Name | Description |
|---|---|
| TargetMap | The map to get the list of values from |
| Values | All values present in the map |