Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
| Name | UEdGraphSchema_NiagaraSystemOverview |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/EdGraphSchema_NiagaraSystemOverview.h |
| Include Path | #include "EdGraphSchema_NiagaraSystemOverview.h" |
Syntax
UCLASS (MinimalAPI)
class UEdGraphSchema_NiagaraSystemOverview : public UEdGraphSchema
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphSchema → UEdGraphSchema_NiagaraSystemOverview
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UEdGraphSchema_NiagaraSystemOverview
(
const FObjectInitializer& ObjectInitializer |
EdGraphSchema_NiagaraSystemOverview.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| CurrentCacheRefreshID | int32 | EdGraphSchema_NiagaraSystemOverview.h |
Functions
Public
Overridden from UEdGraphSchema
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FPinConnectionResponse CanCreateConnection
(
const UEdGraphPin* A, |
EdGraphSchema_NiagaraSystemOverview.h | ||
virtual void DroppedAssetsOnGraph
(
const TArray< FAssetData >& Assets, |
EdGraphSchema_NiagaraSystemOverview.h | ||
virtual void ForceVisualizationCacheClear() |
EdGraphSchema_NiagaraSystemOverview.h | ||
virtual void GetAssetsGraphHoverMessage
(
const TArray< FAssetData >& Assets, |
EdGraphSchema_NiagaraSystemOverview.h | ||
virtual void GetContextMenuActions
(
UToolMenu* Menu, |
EdGraphSchema_NiagaraSystemOverview.h | ||
virtual int32 GetCurrentVisualizationCacheID() |
EdGraphSchema_NiagaraSystemOverview.h | ||
virtual bool IsCacheVisualizationOutOfDate
(
int32 InVisualizationCacheID |
EdGraphSchema_NiagaraSystemOverview.h | ||
virtual bool ShouldAlwaysPurgeOnModification() |
EdGraphSchema_NiagaraSystemOverview.h | ||
virtual bool TryCreateConnection
(
UEdGraphPin* A, |
EdGraphSchema_NiagaraSystemOverview.h |