UNiagaraEditorDataBase

A base class for editor only data which supports post loading from the runtime owner object.

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraEditorDataBase.h

Include

#include "NiagaraEditorDataBase.h"

Syntax

UCLASS(Abstract, MinimalAPI)
class UNiagaraEditorDataBase : public UObject

Remarks

A base class for editor only data which supports post loading from the runtime owner object.

Functions

Name Description

Public function

FSimpleMulti...

 

OnPersistentDataChanged()

Public function Virtual

void

 

PostLoadFromOwner

(
    UObject* InOwner
)