Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | UWorldFactory |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Factories/WorldFactory.h |
| Include Path | #include "Factories/WorldFactory.h" |
Syntax
UCLASS (MinimalAPI)
class UWorldFactory : public UFactory
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UFactory → UWorldFactory
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UWorldFactory
(
const FObjectInitializer& ObjectInitializer |
Factories/WorldFactory.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCreateWorldPartition | bool | Factories/WorldFactory.h | ||
| bEnableWorldPartitionStreaming | bool | Factories/WorldFactory.h | ||
| bInformEngineOfWorld | bool | Factories/WorldFactory.h | ||
| FeatureLevel | ERHIFeatureLevel::Type | Factories/WorldFactory.h | ||
| WorldType | TEnumAsByte< EWorldType::Type > | Factories/WorldFactory.h |
Functions
Public
Overridden from UFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool ConfigureProperties () |
Opens a dialog to configure the factory properties. | Factories/WorldFactory.h | |
virtual UObject * FactoryCreateNew
(
UClass* InClass, |
Create a new object by class. | Factories/WorldFactory.h | |
virtual FText GetToolTip() |
Returns the tooltip text description of this factory | Factories/WorldFactory.h | |
virtual FString GetToolTipDocumentationExcerpt() |
Returns the documentation excerpt that should be use for the rich tool tip for this factory | Factories/WorldFactory.h | |
virtual FString GetToolTipDocumentationPage() |
Returns the documentation page that should be use for the rich tool tip for this factory | Factories/WorldFactory.h |