Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Factories
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- UPhysicalMaterialFactoryNew
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Factories/PhysicalMaterialFactoryNew.h |
| Include | #include "Factories/PhysicalMaterialFactoryNew.h" |
Syntax
class UPhysicalMaterialFactoryNew : public UFactory
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< UPhysicalMaterial > | PhysicalMaterialClass |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UPhysicalMaterialFactoryNew
(
const FObjectInitializer& ObjectInitializer |
Overridden from UFactory
| Type | Name | Description | |
|---|---|---|---|
| bool | Opens a dialog to configure the factory properties. | ||
| UObject * | FactoryCreateNew
(
UClass* InClass, |
Create a new object by class. |