FGeometryCollection::ReorderElements

Reorders elements in a group. NewOrder must be the same length as the group.

Windows
MacOS
Linux

Override Hierarchy

FManagedArrayCollection::ReorderElements()

FGeometryCollection::ReorderElements()

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/GeometryCollection.h

Include

#include "GeometryCollection/GeometryCollection.h"

Source

/Engine/Source/Runtime/Experimental/Chaos/Private/GeometryCollection/GeometryCollection.cpp

Syntax

virtual void ReorderElements
(
    FName Group,
    const TArray< int32 > & NewOrder
)

Remarks

Reorders elements in a group. NewOrder must be the same length as the group.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss