UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FChaosRemovalEventRequestSettings Struct Reference

#include <ChaosRemovalEventFilter.h>

Public Member Functions

 FChaosRemovalEventRequestSettings ()
 

Public Attributes

int32 MaxNumberOfResults
 
float MinMass
 
float MaxDistance
 
EChaosRemovalSortMethod SortMethod
 

Constructor & Destructor Documentation

◆ FChaosRemovalEventRequestSettings()

FChaosRemovalEventRequestSettings::FChaosRemovalEventRequestSettings ( )
inline

Member Data Documentation

◆ MaxDistance

float FChaosRemovalEventRequestSettings::MaxDistance

The maximum distance threshold for the results (if location is set on destruction event listener).

◆ MaxNumberOfResults

int32 FChaosRemovalEventRequestSettings::MaxNumberOfResults

The maximum number of results to return.

◆ MinMass

float FChaosRemovalEventRequestSettings::MinMass

The minimum mass treshold for the results.

◆ SortMethod

EChaosRemovalSortMethod FChaosRemovalEventRequestSettings::SortMethod

The method used to sort the removal events.


The documentation for this struct was generated from the following file: