Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FTransformCollection
Description
RemoveElements Remove elements from the transform collection. Transform children are re-parented under the deleted elements parent using local parent compensation [relative local matrices].
Virtual Inheritance
- FManagedArrayCollection::RemoveElements → FTransformCollection::RemoveElements
Derived Overrides
| Name | RemoveElements |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/TransformCollection.h |
| Include Path | #include "GeometryCollection/TransformCollection.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/GeometryCollection/TransformCollection.cpp |
virtual void RemoveElements
(
const FName & Group,
const TArray < int32 > & SortedDeletionList,
FProcessingParameters Params
)