Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UNiagaraEditorDataBase
- UNiagaraSystemEditorData
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraSystemEditorData.h |
| Include | #include "NiagaraSystemEditorData.h" |
Syntax
UCLASS&40;MinimalAPI&41;
class UNiagaraSystemEditorData : public UNiagaraEditorDataBase
Remarks
Editor only data for systems.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UNiagaraHierarchyRoot > | UserParameterHierarchy | Contains the root ids for organizing user parameters. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UNiagaraSystemEditorData
(
const FObjectInitializer& ObjectInitializer |
Functions
Overridden from UNiagaraEditorDataBase
| Type | Name | Description | |
|---|---|---|---|
| void | PostLoadFromOwner
(
UObject* InOwner |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |
Typedefs
| Name | Description |
|---|---|
| FOnUserParameterScriptVariablesSynced |