Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFactory
- UNiagaraSystemFactoryNew
References
Module | NiagaraEditor |
Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraSystemFactoryNew.h |
Include | #include "NiagaraSystemFactoryNew.h" |
Syntax
UCLASS&40;HideCategories&61;Object&41;
class UNiagaraSystemFactoryNew : public UFactory
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TArray< FVersionedNiagaraEmitter > | EmittersToAddToNewSystem | |
![]() |
UNiagaraSystem * | SystemToCopy |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UNiagaraSystemFactoryNew
(
const FObjectInitializer& ObjectInitializer |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | InitializeSystem
(
UNiagaraSystem* System, |
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. |