Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Wrapper for a module from the emitter stack.
| Name | UNiagaraPythonModule |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/UpgradeNiagaraScriptResults.h |
| Include Path | #include "UpgradeNiagaraScriptResults.h" |
Syntax
UCLASS (BlueprintInternalUseOnly)
class UNiagaraPythonModule : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UNiagaraPythonModule
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UNiagaraPythonModule() |
UpgradeNiagaraScriptResults.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ModuleItem | TObjectPtr< UNiagaraStackModuleItem > | UpgradeNiagaraScriptResults.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UNiagaraStackModuleItem * GetObject() |
Returns the raw underlying object. | UpgradeNiagaraScriptResults.h |
|
void Init
(
UNiagaraStackModuleItem* InModuleItem |
UpgradeNiagaraScriptResults.h |