Navigation
API > API/Runtime > API/Runtime/Chaos
Class that external users can implement and set on the module to provide various settings to the system (see FChaosSolversModule::SetSettingsProvider)
| Name | IChaosSettingsProvider |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/ChaosSolversModule.h |
| Include Path | #include "ChaosSolversModule.h" |
Syntax
class IChaosSettingsProvider
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IChaosSettingsProvider() |
ChaosSolversModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual float GetMinDeltaVelocityForHitEvents() |
ChaosSolversModule.h | ||
virtual int32 GetPhysicsHistoryCount() |
ChaosSolversModule.h | ||
virtual float GetPhysicsHistoryTimeLength() |
ChaosSolversModule.h | ||
virtual bool GetPhysicsPredictionEnabled() |
ChaosSolversModule.h | ||
virtual float GetResimulationErrorAngularVelocityThreshold() |
ChaosSolversModule.h | ||
virtual bool GetResimulationErrorAngularVelocityThresholdEnabled() |
ChaosSolversModule.h | ||
virtual float GetResimulationErrorLinearVelocityThreshold() |
ChaosSolversModule.h | ||
virtual bool GetResimulationErrorLinearVelocityThresholdEnabled() |
ChaosSolversModule.h | ||
virtual float GetResimulationErrorPositionThreshold() |
ChaosSolversModule.h | ||
virtual bool GetResimulationErrorPositionThresholdEnabled() |
ChaosSolversModule.h | ||
virtual float GetResimulationErrorRotationThreshold() |
ChaosSolversModule.h | ||
virtual bool GetResimulationErrorRotationThresholdEnabled() |
ChaosSolversModule.h | ||
virtual float GetResimulationErrorThreshold() |
ChaosSolversModule.h |