Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UNiagaraPythonModule
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/UpgradeNiagaraScriptResults.h |
| Include | #include "UpgradeNiagaraScriptResults.h" |
Syntax
UCLASS&40;BlueprintInternalUseOnly&41;
class UNiagaraPythonModule : public UObject
Remarks
Wrapper for a module from the emitter stack.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UNiagaraStackModuleItem * | GetObject () |
Returns the raw underlying object. | |
| void | Init
(
UNiagaraStackModuleItem* InModuleItem |