Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Factories
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- UTextureRenderTarget2DArrayFactoryNew
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Factories/TextureRenderTarget2DArrayFactoryNew.h |
| Include | #include "Factories/TextureRenderTarget2DArrayFactoryNew.h" |
Syntax
UCLASS (MinimalAPI, HideCategories=(Object, Texture))
class UTextureRenderTarget2DArrayFactoryNew : public UFactory
Remarks
TextureRenderTargetCubeFactoryNew.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8 | Format | Surface format of new texture | |
| int32 | Height | Height of new texture | |
| int32 | Slices | Depth of new texture | |
| int32 | Width | Width of new texture |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UTextureRenderTarget2DArrayFactoryNew
(
const FObjectInitializer& ObjectInitializer |
Overridden from UFactory
| Type | Name | Description | |
|---|---|---|---|
| UObject * | FactoryCreateNew
(
UClass* InClass, |
Create a new object by class. |