Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UNiagaraOverviewNode
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraOverviewNode.h |
| Include | #include "NiagaraOverviewNode.h" |
Syntax
UCLASS&40;MinimalAPI&41;
class UNiagaraOverviewNode : public UEdGraphNode
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FGuid | |||
| UNiagaraSystem * | |||
| void | Initialize
(
UNiagaraSystem* InOwningSystem |
||
| void | Initialize
(
UNiagaraSystem* InOwningSystem, |
||
| bool | |||
| void | |||
| void | |||
| FNiagaraEmitterHandle * |
Overridden from UEdGraphNode
| Type | Name | Description | |
|---|---|---|---|
| bool | CanCreateUnderSpecifiedSchema
(
const UEdGraphSchema* Schema |
Determine if this node can be created under the specified schema | |
| bool | Whether or not this node can be safely duplicated (via copy/paste, etc...) in the graph | ||
| bool | Whether or not this node can be deleted by user action | ||
| bool | If true, this node can be renamed in the editor | ||
| void | GetNodeContextMenuActions
(
UToolMenu* Menu, |
Gets a list of actions that can be done to this particular node | |
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
Gets the name of this node, shown in title bar | |
| FLinearColor | Gets the draw color of a node's title bar | ||
| void | OnRenameNode
(
const FString& NewName |
Called when this node is being renamed after a successful name validation |
Constants
| Name | Description |
|---|---|
| bColorsAreInitialized | |
| EmitterColor | |
| IsolatedColor | |
| NotIsolatedColor | |
| SystemColor |