TSortedMap::Remove

Removes all value associations for a key.

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.

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