UChaosSolverSettings

Settings class for the Chaos Solver

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

ChaosSolverEngine

Header

/Engine/Source/Runtime/Experimental/ChaosSolverEngine/Public/Chaos/ChaosSolverSettings.h

Include

#include "Chaos/ChaosSolverSettings.h"

Syntax

class UChaosSolverSettings :
    public UDeveloperSettings,
    public IChaosSolverActorClassProvider

Remarks

Settings class for the Chaos Solver

Variables

Name Description

Public variable

FSoftClassPath

 

DefaultChaosSolverActorClass

The class to use when auto-creating a default chaos solver actor

Constructors

Name Description

Public function

UChaosSolverSettings()

Overridden from UObject

Name Description

Public function Virtual

void

 

PostEditChangeProperty

(
    FPropertyChangedEvent& PropertyCha...
)

UObject interface

Public function Virtual

void

 

PostInitProperties()

Called after the C++ constructor and after the properties have been initialized, including those loaded from config.

Public function Virtual

void

 

PostReloadConfig

(
    FProperty* PropertyThatWasLoad...
)

Called from ReloadConfig after the object has reloaded its configuration data.

Overridden from IChaosSolverActorClassProvider

Name Description

Public function Virtual Const

UClass *

 

GetSolverActorClass()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss