Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Experimental/MeshLODToolset/Source/MeshLODToolset/Public/Tools/LODGenerationSettingsFactory.h |
Include |
#include "Tools/LODGenerationSettingsFactory.h" |
UCLASS(MinimalAPI, HideCategories=Object)
class UStaticMeshLODGenerationSettingsFactory : public UFactory
Asset Factory for UStaticMeshLODGenerationSettings, which is used to save settings for the AutoLOD Tool/Process as an Asset in the Editor
Name | Description | |
---|---|---|
|
UStaticMeshLODGenerationSettingsFactory ( |
Name | Description | ||
---|---|---|---|
|
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. |
|
|
ShouldShowInNewMenu() |
Returns true if this factory should be shown in the New Asset menu (by default calls CanCreateNew). |