Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphSchema
- UEdGraphSchema_NiagaraSystemOverview
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/EdGraphSchema_NiagaraSystemOverview.h |
| Include | #include "EdGraphSchema_NiagaraSystemOverview.h" |
Syntax
UCLASS&40;MinimalAPI&41;
class UEdGraphSchema_NiagaraSystemOverview : public UEdGraphSchema
Constructors
| Type | Name | Description | |
|---|---|---|---|
UEdGraphSchema_NiagaraSystemOverview
(
const FObjectInitializer& ObjectInitializer |
Overridden from UEdGraphSchema
| Type | Name | Description | |
|---|---|---|---|
| const FPinConnectionResponse | CanCreateConnection
(
const UEdGraphPin* A, |
Determine if a connection can be created between two pins. | |
| void | DroppedAssetsOnGraph
(
const TArray< FAssetData >& Assets, |
Called when asset(s) are dropped onto a graph background. | |
| void | Forces cached visualization data to refresh | ||
| void | GetAssetsGraphHoverMessage
(
const TArray< FAssetData >& Assets, |
Allows schema to generate a tooltip (icon & message) when the specified asset(s) are dragged over the specified graph | |
| void | GetContextMenuActions
(
UToolMenu* Menu, |
Gets actions that should be added to the right-click context menu for a node or pin | |
| int32 | Returns the current cache title refresh ID that is appropriate for the passed node | ||
| bool | IsCacheVisualizationOutOfDate
(
int32 InVisualizationCacheID |
Checks if a CacheRefreshID is out of date | |
| bool | When a node is removed, this method determines whether we should remove it immediately or use the old (slower) code path that results in all node being recreated: | ||
| bool | TryCreateConnection
(
UEdGraphPin* A, |
Try to make a connection between two pins. |
Constants
| Name | Description |
|---|---|
| CurrentCacheRefreshID |