Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FCollectionTransformSelectionFac-
Description
Replace any Embedded or Rigid transforms in InOutSelection with their parent cluster. If there is just a rigid root node selected, optionally keep it if bLeaveRigidRoot is true.
| Name | ConvertSelectionToClusterNodes |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/Facades/CollectionTransformSelectionFacade.h |
| Include Path | #include "GeometryCollection/Facades/CollectionTransformSelectionFacade.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/GeometryCollection/Facades/CollectionTransformSelectionFacade.cpp |
void ConvertSelectionToClusterNodes
(
TArray < int32 > & InOutSelection,
bool bLeaveRigidRoots
) const