Navigation
API > API/Runtime > API/Runtime/GeometryCollectionEngine
Inheritance Hierarchy
- IChaosEventFilter
- FChaosRemovalEventFilter
References
| Module | GeometryCollectionEngine |
| Header | /Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/ChaosRemovalEventFilter.h |
| Include | #include "ChaosRemovalEventFilter.h" |
Syntax
class FChaosRemovalEventFilter : public IChaosEventFilter< Chaos::FRemovalDataArray, TArray< FChaosRemovalEventData >, EChaosRemovalSortMethod >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosRemovalEventFilter
(
FChaosRemovalEventRequestSettings* FilterSettingsIn |
Overridden from IChaosEventFilter
| Type | Name | Description | |
|---|---|---|---|
| void | FilterEvents
(
const FTransform& ChaosComponentTransform, |
Filters the raw events from the physics system to reduce the number supplied to the game systems | |
| void | SortEvents
(
TArray< FChaosRemovalEventData >& InOutFilteredEvents, |
Optionally Sort events based on increasing or decreasing values of FilteredDataArray fields |