Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSparseSet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveStable
(
FSetElementId ElementId |
Removes an element from the set while maintaining set order. | ||
int32 RemoveStable
(
KeyInitType Key |
Removes an element from the set while maintaining set order. |
RemoveStable(FSetElementId)
Description
Removes an element from the set while maintaining set order.
| Name | RemoveStable |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SparseSet.h.inl |
| Include Path | #include "Containers/SparseSet.h.inl" |
void RemoveStable
(
FSetElementId ElementId
)
Parameters
| Name | Remarks |
|---|---|
| Element | A pointer to the element in the set, as returned by Add or Find. |
RemoveStable(KeyInitType)
Description
Removes an element from the set while maintaining set order.
| Name | RemoveStable |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SparseSet.h.inl |
| Include Path | #include "Containers/SparseSet.h.inl" |
int32 RemoveStable
(
KeyInitType Key
)
Parameters
| Name | Remarks |
|---|---|
| Element | A pointer to the element in the set, as returned by Add or Find. |