UBlueprintMapLibrary::Map_Clear

Clears a map of all entries, resetting it to empty

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/BlueprintMapLibrary.h

Include

#include "Kismet/BlueprintMapLibrary.h"

Syntax

static void Map_Clear
(
    const TMap< int32, int32 > & TargetMap
)

Remarks

Clears a map of all entries, resetting it to empty

Parameters

Parameter

Description

TargetMap

The map to clear

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss