Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Factories
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- USubUVAnimationFactory
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Factories/SubUVAnimationFactory.h |
| Include | #include "Factories/SubUVAnimationFactory.h" |
Syntax
class USubUVAnimationFactory : public UFactory
Remarks
Factory for SubUVAnimation assets
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< class UTexture2D > | InitialTexture | An initial texture to use |
Constructors
| Type | Name | Description | |
|---|---|---|---|
USubUVAnimationFactory
(
const FObjectInitializer& ObjectInitializer |
Overridden from UFactory
| Type | Name | Description | |
|---|---|---|---|
| UObject * | FactoryCreateNew
(
UClass* InClass, |
Create a new object by class. | |
| uint32 | When shown in menus, this is the category containing this factory. |