Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UNiagaraNode
- UNiagaraNodeDataSetBase
- UNiagaraNodeWriteDataSet
References
Module | NiagaraEditor |
Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraNodeWriteDataSet.h |
Include | #include "NiagaraNodeWriteDataSet.h" |
Syntax
UCLASS&40;MinimalAPI&41;
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 |
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, |
Overridden from UEdGraphNode
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | Allocate default pins for a given node, based only the NodeType, which should already be filled in. | |
![]() ![]() |
TSharedPtr< SGraphNode > | Create a visual widget to represent this node in a graph editor or graph panel. | |
![]() ![]() ![]() |
FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
Gets the name of this node, shown in title bar |
Overridden from UObject
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | PostLoad () |
TODO: DIRECT AND APPEND-CONSUME. |