Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Factories
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- UCanvasRenderTarget2DFactoryNew
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Factories/CanvasRenderTarget2DFactoryNew.h |
| Include | #include "Factories/CanvasRenderTarget2DFactoryNew.h" |
Syntax
class UCanvasRenderTarget2DFactoryNew : public UFactory
Remarks
UCanvasRenderTarget2DFactoryNew.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8 | Format | Pixel format of the texture render target | |
| int32 | Height | Height of the texture render target | |
| int32 | Width | Width of the texture render target |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UCanvasRenderTarget2DFactoryNew
(
const FObjectInitializer& ObjectInitializer |
Overridden from UFactory
| Type | Name | Description | |
|---|---|---|---|
| UObject * | FactoryCreateNew
(
UClass* InClass, |
Create a new object by class. |