Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > Factories
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- USlateWidgetStyleAssetFactory
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Classes/Factories/SlateWidgetStyleAssetFactory.h |
Include | #include "Factories/SlateWidgetStyleAssetFactory.h" |
Syntax
UCLASS (MinimalAPI, HideCategories=Object)
class USlateWidgetStyleAssetFactory : public UFactory
Remarks
Factory for creating SlateStyles
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
TSubclassOf< USlateWidgetStyleContainerBase > | StyleType |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
USlateWidgetStyleAssetFactory
(
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 |