Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | UPhysicalMaterialMaskFactory |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Factories/PhysicalMaterialMaskFactory.h |
| Include Path | #include "Factories/PhysicalMaterialMaskFactory.h" |
Syntax
UCLASS (MinimalAPI, HideCategories=Object)
class UPhysicalMaterialMaskFactory :
public UFactory ,
public FReimportHandler
Inheritance Hierarchy
- FReimportHandler → UPhysicalMaterialMaskFactory
- UObjectBase → UObjectBaseUtility → UObject → UFactory → UPhysicalMaterialMaskFactory
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UPhysicalMaterialMaskFactory
(
const FObjectInitializer& ObjectInitializer |
Factories/PhysicalMaterialMaskFactory.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PhysicalMaterialMaskClass | TSubclassOf< UPhysicalMaterialMask > | Factories/PhysicalMaterialMaskFactory.h |
|
Functions
Public
Overridden from UFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool ConfigureProperties () |
Opens a dialog to configure the factory properties. | Factories/PhysicalMaterialMaskFactory.h | |
virtual UObject * FactoryCreateNew
(
UClass* InClass, |
Create a new object by class. | Factories/PhysicalMaterialMaskFactory.h |
Overridden from FReimportHandler
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Check to see if the handler is capable of reimporting the object | Factories/PhysicalMaterialMaskFactory.h | ||
virtual int32 GetPriority () |
Get the import priority for this handler. | Factories/PhysicalMaterialMaskFactory.h | |
virtual EReimportResult::Type Reimport
(
UObject* Obj |
Attempt to reimport the specified object from its source | Factories/PhysicalMaterialMaskFactory.h | |
| Sets the reimport path(s) for the specified object | Factories/PhysicalMaterialMaskFactory.h |