EChaosTrailingSortMethod

Enumeration defining how to sort trailing results.

Windows
MacOS
Linux

References

Module

GeometryCollectionEngine

Header

/Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/ChaosTrailingEventFilter.h

Include

#include "ChaosTrailingEventFilter.h"

Syntax

enum EChaosTrailingSortMethod
{
    SortNone,
    SortByHighestMass,
    SortByHighestSpeed,
    SortByNearestFirst,
    Count,
}

Values

Name

Description

SortNone

SortByHighestMass

SortByHighestSpeed

SortByNearestFirst

Count

Remarks

Enumeration defining how to sort trailing results.

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