Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UNiagaraEditorDataBase
- UNiagaraEmitterEditorData
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraEmitterEditorData.h |
| Include | #include "NiagaraEmitterEditorData.h" |
Syntax
UCLASS (MinimalAPI)
class UNiagaraEmitterEditorData : public UNiagaraEditorDataBase
Remarks
Editor only UI data for emitters.
Constructors
| Type | Name | Description | |
|---|---|---|---|
UNiagaraEmitterEditorData
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | DeclareConstructClasses
(
TArray< FTopLevelAssetPath >& OutConstructClasses, |
||
| TRange< float > | |||
| UNiagaraStackEditorData & | |||
| UNiagaraHierarchyRoot * | |||
| const TArray< UNiagaraHierarchySection * > & | |||
| UTexture2D * | GetThumbnail () |
||
| FSimpleMulticastDelegate & | |||
| void | SetPlaybackRange
(
TRange< float > InPlaybackRange |
||
| void | SetShowSummaryView
(
bool bInShouldShowSummaryView |
||
| void | SetThumbnail
(
UTexture2D* InThumbnail |
||
| bool | |||
| void |
Overridden from UNiagaraEditorDataBase
| Type | Name | Description | |
|---|---|---|---|
| void | PostLoadFromOwner
(
UObject* InOwner |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| PrivateMemberNames |