Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- UNiagaraEmitterFactoryNew
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraEmitterFactoryNew.h |
| Include | #include "NiagaraEmitterFactoryNew.h" |
Syntax
UCLASS&40;HideCategories&61;Object, MinimalAPI&41;
class UNiagaraEmitterFactoryNew : public UFactory
Remarks
A factory for niagara emitter assets.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAddDefaultModulesAndRenderersToEmptyEmitter | ||
| bool | bUseInheritance | ||
| UNiagaraEmitter * | EmitterToCopy |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UNiagaraEmitterFactoryNew
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | InitializeEmitter
(
UNiagaraEmitter* NewEmitter, |
Overridden from UFactory
| Type | Name | Description | |
|---|---|---|---|
| bool | Opens a dialog to configure the factory properties. | ||
| UObject * | FactoryCreateNew
(
UClass* InClass, |
Create a new object by class. |