Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Factories
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- UVolumeTextureFactory
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Factories/VolumeTextureFactory.h |
| Include | #include "Factories/VolumeTextureFactory.h" |
Syntax
class UVolumeTextureFactory : public UFactory
Remarks
Factory for creating volume texture
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< class UTexture2D > | InitialTexture | An initial texture to assign to the newly created volume texture |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UVolumeTextureFactory
(
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. | |
| FText | Returns the name of the factory for menus |