TMultiMap::RemoveSingle

Remove the first association between the specified key and value from the map.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/Map.h

Include

#include "Containers/Map.h"

Syntax

int32 RemoveSingle
(
    KeyInitType InKey,
    ValueInitType InValue
)

Remarks

Remove the first association between the specified key and value from the map.

Returns

The number of associations removed.

Parameters

Parameter

Description

InKey

The key part of the pair to remove.

InValue

The value part of the pair to remove.

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