Navigation
API > API/Plugins > API/Plugins/NiagaraCore
| Name | UNiagaraNotifyOnChanged |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraCore/Public/NiagaraNotifyOnChanged.h |
| Include Path | #include "NiagaraNotifyOnChanged.h" |
Syntax
UCLASS ()
class UNiagaraNotifyOnChanged : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UNiagaraNotifyOnChanged
Derived Classes
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnChanged | TMulticastDelegate_NoParams< void > | NiagaraNotifyOnChanged.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnChangedDelegate | FOnChanged | NiagaraNotifyOnChanged.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOnChanged & OnChanged() |
NiagaraNotifyOnChanged.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
NiagaraNotifyOnChanged.h |