Navigation
API > API/Plugins > API/Plugins/ChaosSolverEditor
Factory for Simple Cube
| Name | UChaosSolverFactory |
| Type | class |
| Header File | /Engine/Plugins/Experimental/ChaosSolverPlugin/Source/ChaosSolverEditor/Public/Chaos/ChaosSolverFactory.h |
| Include Path | #include "Chaos/ChaosSolverFactory.h" |
Syntax
UCLASS (MinimalAPI)
class UChaosSolverFactory : public UFactory
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UFactory → UChaosSolverFactory
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UChaosSolverFactory
(
const FObjectInitializer& ObjectInitializer |
Chaos/ChaosSolverFactory.h |
Functions
Public
Overridden from UFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UObject * FactoryCreateNew
(
UClass* Class, |
Chaos/ChaosSolverFactory.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UChaosSolver * StaticFactoryCreateNew
(
UClass* Class, |
Chaos/ChaosSolverFactory.h |