Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Factories
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- UTexture2DArrayFactory
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Factories/Texture2DArrayFactory.h |
| Include | #include "Factories/Texture2DArrayFactory.h" |
Syntax
class UTexture2DArrayFactory : public UFactory
Remarks
Factory for creating volume texture
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TObjectPtr< UTexture2D > > | InitialTextures |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UTexture2DArrayFactory
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool |
Overridden from UFactory
| Type | Name | Description | |
|---|---|---|---|
| bool | CanCreateNew () |
||
| bool | Opens a dialog to configure the factory properties. | ||
| UObject * | FactoryCreateNew
(
UClass* InClass, |
Create a new object by class. | |
| FText | Returns the name of the factory for menus |