Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Inheritance Hierarchy
- UEdGraphNode
- UNiagaraNode
- UNiagaraNodeDataSetBase
- UNiagaraNodeWriteDataSet
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraNodeWriteDataSet.h |
| Include | #include "NiagaraNodeWriteDataSet.h" |
Syntax
UCLASS (MinimalAPI)
class UNiagaraNodeWriteDataSet : public UNiagaraNodeDataSetBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | EventName |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UNiagaraNodeWriteDataSet
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddConditionPin
(
int32 PinIndex |
||
| void | |||
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
Overridden from UNiagaraNodeDataSetBase
| Type | Name | Description | |
|---|---|---|---|
| bool |
Overridden from UNiagaraNode
| Type | Name | Description | |
|---|---|---|---|
| void | BuildParameterMapHistory
(
FNiagaraParameterMapHistoryBuilder& OutHistory, |
Adds the current node information to the parameter map history | |
| void | Compile
(
FTranslator* Translator, |
||
| TSharedPtr< SGraphNode > | |||
| void | PostLoad () |
TODO: DIRECT AND APPEND-CONSUME. |