Navigation
API > API/Plugins > API/Plugins/PCGEditor
| Name | UPCGEditorGraphSchema |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCGEditor/Public/Schema/PCGEditorGraphSchema.h |
| Include Path | #include "Schema/PCGEditorGraphSchema.h" |
Syntax
UCLASS (MinimalAPI)
class UPCGEditorGraphSchema : public UEdGraphSchema
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphSchema → UPCGEditorGraphSchema
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EPCGElementType GetElementTypeFiltering() |
Return the element type filtering for the current editor. By default it is all. | Schema/PCGEditorGraphSchema.h | |
virtual const FPCGGraphEditorCustomization & GetGraphEditorCustomization
(
const UEdGraph* InEdGraph |
Return the graph customization for this editor. By default it is the one provided by the graph. | Schema/PCGEditorGraphSchema.h | |
virtual FLinearColor GetMetadataTypeColor
(
EPCGMetadataTypes Type |
Schema/PCGEditorGraphSchema.h | ||
virtual const FSlateBrush * GetMetadataTypeSlateBrush
(
EPCGContainerType ContainerType |
Schema/PCGEditorGraphSchema.h | ||
void GetPaletteActions
(
FGraphActionMenuBuilder& ActionMenuBuilder, |
Schema/PCGEditorGraphSchema.h | ||
virtual FLinearColor GetPropertyBagTypeColor
(
const FPropertyBagPropertyDesc& Desc |
Schema/PCGEditorGraphSchema.h | ||
virtual const FSlateBrush * GetPropertyBagTypeSlateBrush
(
EPropertyBagContainerType ContainerType |
Schema/PCGEditorGraphSchema.h | ||
virtual bool ShouldAddDebugBrushOnNode() |
Schema/PCGEditorGraphSchema.h | ||
virtual bool ShouldAddInspectBrushOnNode() |
To customize if we want to have special brushes for Inspect and Debug on the nodes. | Schema/PCGEditorGraphSchema.h |
Overridden from UEdGraphSchema
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BreakPinLinks
(
UEdGraphPin& TargetPin, |
Schema/PCGEditorGraphSchema.h | ||
virtual void BreakSinglePinLink
(
UEdGraphPin* SourcePin, |
Schema/PCGEditorGraphSchema.h | ||
virtual const FPinConnectionResponse CanCreateConnection
(
const UEdGraphPin* A, |
Schema/PCGEditorGraphSchema.h | ||
virtual FConnectionDrawingPolicy * CreateConnectionDrawingPolicy
(
int32 InBackLayerID, |
Schema/PCGEditorGraphSchema.h | ||
virtual void DroppedAssetsOnGraph
(
const TArray< FAssetData >& Assets, |
Schema/PCGEditorGraphSchema.h | ||
virtual void GetAssetsGraphHoverMessage
(
const TArray< FAssetData >& Assets, |
Schema/PCGEditorGraphSchema.h | ||
virtual void GetGraphContextActions
(
FGraphContextMenuBuilder& ContextMenuBuilder |
Schema/PCGEditorGraphSchema.h | ||
virtual FLinearColor GetPinColor
(
const UEdGraphPin* InPin |
Schema/PCGEditorGraphSchema.h | ||
virtual void OnPinConnectionDoubleCicked
(
UEdGraphPin* PinA, |
Schema/PCGEditorGraphSchema.h | ||
virtual bool TryCreateConnection
(
UEdGraphPin* A, |
Schema/PCGEditorGraphSchema.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetBlueprintElementActions
(
FGraphActionMenuBuilder& ActionMenuBuilder, |
Schema/PCGEditorGraphSchema.h | ||
virtual void GetDataAssetActions
(
FGraphActionMenuBuilder& ActionMenuBuilder, |
Schema/PCGEditorGraphSchema.h | ||
virtual void GetExtraElementActions
(
FGraphActionMenuBuilder& ActionMenuBuilder, |
Schema/PCGEditorGraphSchema.h | ||
virtual void GetGraphActions
(
FGraphActionMenuBuilder& ActionMenuBuilder, |
Schema/PCGEditorGraphSchema.h | ||
virtual void GetNamedRerouteUsageActions
(
FGraphActionMenuBuilder& ActionMenuBuilder, |
Schema/PCGEditorGraphSchema.h | ||
virtual void GetNativeElementActions
(
FGraphActionMenuBuilder& ActionMenuBuilder, |
Schema/PCGEditorGraphSchema.h | ||
virtual void GetSettingsElementActions
(
FGraphActionMenuBuilder& ActionMenuBuilder, |
Schema/PCGEditorGraphSchema.h | ||
virtual void GetSubgraphElementActions
(
FGraphActionMenuBuilder& ActionMenuBuilder, |
Schema/PCGEditorGraphSchema.h | ||
virtual bool TryCreateConnectionInternal
(
UEdGraphPin* A, |
Schema/PCGEditorGraphSchema.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedPtr< IAssetReferenceFilter > MakeAssetReferenceFilter
(
const UEdGraph* Graph |
Schema/PCGEditorGraphSchema.h |