UWidgetBlueprintFactory

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

UMGEditor

Header

/Engine/Source/Editor/UMGEditor/Classes/WidgetBlueprintFactory.h

Include

#include "WidgetBlueprintFactory.h"

Syntax

class UWidgetBlueprintFactory : public UFactory

Variables

Name Description

Public variable

TEnumAsByte< en...

 

BlueprintType

The type of blueprint that will be created.

Public variable

TSubclassOf< cl...

 

ParentClass

The parent class of the created blueprint.

Public variable

UClass *

 

RootWidgetClass

Constructors

Name Description

Public function

UWidgetBlueprintFactory

(
    const FObjectInitializer& ObjectIn...
)

Overridden from UFactory

Name Description

Public function Virtual

bool

 

ConfigureProperties()

Opens a dialog to configure the factory properties.

Public function Virtual

UObject *...

 

FactoryCreateNew

(
    UClass* InClass,
    UObject* InParent,
    FName InName,
    EObjectFlags Flags,
    UObject* Context,
    FFeedbackContext* Warn
)

Create a new object by class.

Public function Virtual

UObject *...

 

FactoryCreateNew

(
    UClass* InClass,
    UObject* InParent,
    FName InName,
    EObjectFlags Flags,
    UObject* Context,
    FFeedbackContext* Warn,
    FName CallingContext
)

Create a new object by class.

Public function Virtual Const

bool

 

ShouldShowInNewMenu()

Returns true if this factory should be shown in the New Asset menu (by default calls CanCreateNew).

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss