Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TSparseListSet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Set the values of the List at ListIndex | Util/SparseListSet.h | ||
void SetValues
(
FListHandle ListHandle, |
Set the values of the List identified by ListHandle | Util/SparseListSet.h |
SetValues(int32, const TArray< ElementType > &)
Description
Set the values of the List at ListIndex
| Name | SetValues |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/SparseListSet.h |
| Include Path | #include "Util/SparseListSet.h" |
void SetValues
(
int32 ListIndex,
const TArray < ElementType > & Values
)
SetValues(FListHandle, const TArray< ElementType > &)
Description
Set the values of the List identified by ListHandle
| Name | SetValues |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/SparseListSet.h |
| Include Path | #include "Util/SparseListSet.h" |
void SetValues
(
FListHandle ListHandle,
const TArray < ElementType > & Values
)