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

#include <ChaosBreakingEventFilter.h>

Public Member Functions

 FChaosBreakingEventRequestSettings ()
 

Public Attributes

int32 MaxNumberOfResults
 
float MinRadius
 
float MinSpeed
 
float MinMass
 
float MaxDistance
 
EChaosBreakingSortMethod SortMethod
 

Constructor & Destructor Documentation

◆ FChaosBreakingEventRequestSettings()

FChaosBreakingEventRequestSettings::FChaosBreakingEventRequestSettings ( )
inline

Member Data Documentation

◆ MaxDistance

float FChaosBreakingEventRequestSettings::MaxDistance

The maximum distance threshold for the results.

◆ MaxNumberOfResults

int32 FChaosBreakingEventRequestSettings::MaxNumberOfResults

The maximum number of results to return.

◆ MinMass

float FChaosBreakingEventRequestSettings::MinMass

The minimum mass threshold for the results.

◆ MinRadius

float FChaosBreakingEventRequestSettings::MinRadius

The minimum breaking radius threshold for the results.

◆ MinSpeed

float FChaosBreakingEventRequestSettings::MinSpeed

The minimum speed threshold for the results.

◆ SortMethod

EChaosBreakingSortMethod FChaosBreakingEventRequestSettings::SortMethod

The method used to sort the breaking events.


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