FNiagaraSystemViewModel::NotifyDataObjectChanged

Called to notify the system view model that one of the data objects in the system was modified.

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ViewModels/NiagaraSystemViewModel.h

Include

#include "ViewModels/NiagaraSystemViewModel.h"

Source

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/ViewModels/NiagaraSystemViewModel.cpp

Syntax

void NotifyDataObjectChanged
(
    TArray< UObject * > ChangedObjects,
    ENiagaraDataObjectChange ChangeType
)

Remarks

Called to notify the system view model that one of the data objects in the system was modified.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss