Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Inheritance Hierarchy
- UFactory
- UNiagaraScriptFactoryNew
- UNiagaraDynamicInputScriptFactory
- UNiagaraFunctionScriptFactory
- UNiagaraModuleScriptFactory
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraScriptFactoryNew.h |
| Include | #include "NiagaraScriptFactoryNew.h" |
Syntax
UCLASS (HideCategories=Object, Abstract)
class UNiagaraScriptFactoryNew : public UFactory
Constructors
| Type | Name | Description | |
|---|---|---|---|
UNiagaraScriptFactoryNew
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UObject * | FactoryCreateNew
(
UClass* Class, |
||
| 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. | |
| FText | |||
| ENiagaraScriptUsage | Give child factory classes the ability to define which script usage type it represent. | ||
| void | InitializeScript
(
UNiagaraScript* Script |