Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/ViewModels > API/Plugins/NiagaraEditor/ViewModels/Stack
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UNiagaraStackEventWrapper
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ViewModels/Stack/NiagaraStackEventScriptItemGroup.h |
| Include | #include "ViewModels/Stack/NiagaraStackEventScriptItemGroup.h" |
Syntax
UCLASS (MinimalAPI)
class UNiagaraStackEventWrapper : public UObject
Remarks
This is a wrapper class used for the details customization in the stack, since the event script properties were moved from the emitter object into the version data struct.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVersionedNiagaraEmitterWeakPtr | EmitterWeakPtr | ||
| TArray< FNiagaraEventScriptProperties > | EventHandlerScriptProps |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |