UBlueprintFunctionLibraryFactory

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Factories/BlueprintFunctionLibraryFactory.h

Include

#include "Factories/BlueprintFunctionLibraryFactory.h"

Syntax

class UBlueprintFunctionLibraryFactory : public UBlueprintFactory

Constructors

Name Description

Public function

UBlueprintFunctionLibraryFactory

(
    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,
    FName CallingContext
)

Create a new object by class.

Public function Virtual Const

FString

 

GetDefaultNewAssetName()

Returns a new starting point name for newly created assets in the content browser

Public function Virtual Const

FText

 

GetDisplayName()

Returns the name of the factory for menus

Public function Virtual Const

uint32

 

GetMenuCategories()

When shown in menus, this is the category containing this factory.

Public function Virtual Const

FName

 

GetNewAssetThumbnailOverride()

Returns an optional override brush name for the new asset menu.

Public function Virtual Const

FText

 

GetToolTip()

Returns the tooltip text description of this factory

Public function Virtual Const

FString

 

GetToolTipDocumentationExcerpt()

Returns the documentation excerpt that should be use for the rich tool tip for this factory

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