Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- UNiagaraScriptFactoryNew
- UNiagaraDynamicInputScriptFactory
- UNiagaraFunctionScriptFactory
- UNiagaraModuleScriptFactory
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraScriptFactoryNew.h |
| Include | #include "NiagaraScriptFactoryNew.h" |
Syntax
UCLASS&40;HideCategories&61;Object, Abstract&41;
class UNiagaraScriptFactoryNew : public UFactory
Constructors
| Type | Name | Description | |
|---|---|---|---|
UNiagaraScriptFactoryNew
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | Give child factory classes the ability to define which asset action it represents. | ||
| const FSoftObjectPath & | GetDefaultScriptFromSettings
(
const UNiagaraEditorSettings* Settings |
Gets the script asset to create a new one from that based on the script usage type. | |
| ENiagaraScriptUsage | Give child factory classes the ability to define which script usage type it represent. | ||
| void | InitializeScript
(
UNiagaraScript* Script |
Overridden from UFactory
| Type | Name | Description | |
|---|---|---|---|
| UObject * | FactoryCreateNew
(
UClass* InClass, |
Create a new object by class. | |
| FText | Returns the name of the factory for menus |