Navigation
API > API/Runtime > API/Runtime/ChaosSolverEngine > API/Runtime/ChaosSolverEngine/Chaos
Inheritance Hierarchy
- UDeveloperSettings
- IChaosSolverActorClassProvider
- UChaosSolverSettings
References
| Module | ChaosSolverEngine |
| Header | /Engine/Source/Runtime/Experimental/ChaosSolverEngine/Public/Chaos/ChaosSolverSettings.h |
| Include | #include "Chaos/ChaosSolverSettings.h" |
Syntax
UCLASS (Config=Engine, defaultconfig, Meta=(DisplayName="Chaos Solver"), MinimalAPI)
class UChaosSolverSettings :
public UDeveloperSettings,
public IChaosSolverActorClassProvider
Remarks
Settings class for the Chaos Solver
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSoftClassPath | DefaultChaosSolverActorClass | The class to use when auto-creating a default chaos solver actor |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UClass * | |||
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
||
| void | |||
| void | PostReloadConfig
(
FProperty* PropertyThatWasLoaded |