Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FManagedArrayCollection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SyncGroupSizeFrom
(
const FManagedArrayCollection& InCollection, |
Size and order a group so that it matches the group found in the input collection. | GeometryCollection/ManagedArrayCollection.h | |
void SyncGroupSizeFrom
(
const FManagedArrayCollection& InCollection, |
Size and order a dstgroup so that it matches the srcgroup found in the input collection. | GeometryCollection/ManagedArrayCollection.h |
SyncGroupSizeFrom(const FManagedArrayCollection &, FName)
Description
Size and order a group so that it matches the group found in the input collection.
| Name | SyncGroupSizeFrom |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/ManagedArrayCollection.h |
| Include Path | #include "GeometryCollection/ManagedArrayCollection.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/GeometryCollection/ManagedArrayCollection.cpp |
void SyncGroupSizeFrom
(
const FManagedArrayCollection & InCollection,
FName Group
)
Parameters
| Name | Remarks |
|---|---|
| InCollection | The collection we are ordering our group against. |
| Group | The group that manages the attribute |
SyncGroupSizeFrom(const FManagedArrayCollection &, FName, FName)
Description
Size and order a dstgroup so that it matches the srcgroup found in the input collection.
| Name | SyncGroupSizeFrom |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/ManagedArrayCollection.h |
| Include Path | #include "GeometryCollection/ManagedArrayCollection.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/GeometryCollection/ManagedArrayCollection.cpp |
void SyncGroupSizeFrom
(
const FManagedArrayCollection & InCollection,
FName SrcGroup,
FName DstGroup
)
Parameters
| Name | Remarks |
|---|---|
| InCollection | The collection we are ordering our group against. |
| SrcGroup | The group that manages the attribute in the input collection |
| DstGroup | The group that manages the attribute in the output collection |