Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UNiagaraNode
- UNiagaraNodeDataSetBase
- UNiagaraNodeReadDataSet
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraNodeReadDataSet.h |
| Include | #include "NiagaraNodeReadDataSet.h" |
Syntax
UCLASS&40;MinimalAPI&41;
class UNiagaraNodeReadDataSet : public UNiagaraNodeDataSetBase
Constructors
| Type | Name | Description | |
|---|---|---|---|
UNiagaraNodeReadDataSet
(
const FObjectInitializer& ObjectInitializer |
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, |
Overridden from UEdGraphNode
| Type | Name | Description | |
|---|---|---|---|
| void | Allocate default pins for a given node, based only the NodeType, which should already be filled in. | ||
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
Gets the name of this node, shown in title bar |