TSortedMap::Remove

Removes all value associations for a key.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

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

Include

#include "Containers/SortedMap.h"

Syntax

int32 Remove
(
    KeyConstPointerType InKey
)

Remarks

Removes all value associations for a key.

Returns

The number of values that were associated with the key.

Parameters

Parameter

Description

InKey

The key to remove associated values for.