Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/SortedMap.h |
Include |
#include "Containers/SortedMap.h" |
int32 Remove
(
KeyConstPointerType InKey
)
Removes all value associations for a key.
The number of values that were associated with the key.
Parameter |
Description |
---|---|
InKey |
The key to remove associated values for. |