Navigation
API > API/Plugins > API/Plugins/MaterialAssetWizard
Abstract base factory that summons material wizard.
| Name | UMaterialFactoryWithAssetWizardBase |
| Type | class |
| Header File | /Engine/Plugins/Editor/MaterialAssetWizard/Source/MaterialAssetWizard/Public/MaterialFactoryWithAssetWizard.h |
| Include Path | #include "MaterialFactoryWithAssetWizard.h" |
Syntax
UCLASS (Abstract, MinimalAPI)
class UMaterialFactoryWithAssetWizardBase : public UFactory
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UFactory → UMaterialFactoryWithAssetWizardBase
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMaterialFactoryWithAssetWizardBase() |
MaterialFactoryWithAssetWizard.h |
Functions
Public
Public Virtual
Overridden from UFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool ConfigureProperties() |
MaterialFactoryWithAssetWizard.h | ||
virtual bool ConfigurePropertiesAsync
(
FOnFactoryConfigurePropertiesAsyncComplete OnComplete, |
MaterialFactoryWithAssetWizard.h | ||
virtual bool ShouldShowInNewMenu() |
MaterialFactoryWithAssetWizard.h |