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