Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Inheritance Hierarchy
- UEdGraphNode
- UNiagaraNode
- UNiagaraNodeDataSetBase
- UNiagaraNodeReadDataSet
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraNodeReadDataSet.h |
| Include | #include "NiagaraNodeReadDataSet.h" |
Syntax
UCLASS (MinimalAPI)
class UNiagaraNodeReadDataSet : public UNiagaraNodeDataSetBase
Constructors
| Type | Name | Description | |
|---|---|---|---|
UNiagaraNodeReadDataSet
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
Overridden from UNiagaraNode
| Type | Name | Description | |
|---|---|---|---|
| void | BuildParameterMapHistory
(
FNiagaraParameterMapHistoryBuilder& OutHistory, |
Adds the current node information to the parameter map history | |
| bool | CanAddToGraph
(
UNiagaraGraph* TargetGraph, |
Apply any node-specific logic to determine if it is safe to add this node to the graph. | |
| void | Compile
(
FTranslator* Translator, |