Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraEditorDataBase.h |
Include |
#include "NiagaraEditorDataBase.h" |
UCLASS(Abstract, MinimalAPI)
class UNiagaraEditorParametersAdapterBase : public UObject
A base class for editor only data which owns UNiagaraScriptVariables and supports synchronizing them with definitions.
Name | Description | ||
---|---|---|---|
|
SynchronizeParametersWithParameterDefinitions ( |
Synchronize all source script variables that have been changed or removed from the parameter definitions to all eligible destination script variables owned by the editor data. |