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