Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Editor/UnrealEd/Classes/Factories/BlueprintInterfaceFactory.h |
Include |
#include "Factories/BlueprintInterfaceFactory.h" |
class UBlueprintInterfaceFactory : public UFactory
Name | Description | |
---|---|---|
|
UBlueprintInterfaceFactory ( |
Name | Description | ||
---|---|---|---|
|
UObject *... |
FactoryCreateNew ( |
Create a new object by class. |
|
UObject *... |
FactoryCreateNew ( |
Create a new object by class. |
|
GetDefaultNewAssetName() |
Returns a new starting point name for newly created assets in the content browser |
|
|
GetDisplayName() |
Returns the name of the factory for menus |
|
|
GetMenuCategories() |
When shown in menus, this is the category containing this factory. |
|
|
GetNewAssetThumbnailOverride() |
Returns an optional override brush name for the new asset menu. |
|
|
GetToolTip() |
Returns the tooltip text description of this factory |
|
|
GetToolTipDocumentationExcerpt() |
Returns the documentation excerpt that should be use for the rich tool tip for this factory |