Navigation
API > API/Editor > API/Editor/AIGraph
| Name | UAIGraphSchema |
| Type | class |
| Header File | /Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h |
| Include Path | #include "AIGraphSchema.h" |
Syntax
UCLASS (MinimalAPI)
class UAIGraphSchema : public UEdGraphSchema
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphSchema → UAIGraphSchema
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UAIGraphSchema
(
const FObjectInitializer& ObjectInitializer |
AIGraphSchema.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetGraphNodeContextActions
(
FGraphContextMenuBuilder& ContextMenuBuilder, |
AIGraphSchema.h | ||
virtual void GetSubNodeClasses
(
int32 SubNodeFlags, |
AIGraphSchema.h |
Overridden from UEdGraphSchema
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BreakNodeLinks
(
UEdGraphNode& TargetNode |
AIGraphSchema.h | ||
virtual void BreakPinLinks
(
UEdGraphPin& TargetPin, |
AIGraphSchema.h | ||
virtual void BreakSinglePinLink
(
UEdGraphPin* SourcePin, |
AIGraphSchema.h | ||
virtual FConnectionDrawingPolicy * CreateConnectionDrawingPolicy
(
int32 InBackLayerID, |
AIGraphSchema.h | ||
virtual void GetContextMenuActions
(
UToolMenu* Menu, |
AIGraphSchema.h | ||
virtual TSharedPtr< FEdGraphSchemaAction > GetCreateCommentAction() |
AIGraphSchema.h | ||
virtual int32 GetNodeSelectionCount
(
const UEdGraph* Graph |
AIGraphSchema.h | ||
virtual FLinearColor GetPinTypeColor
(
const FEdGraphPinType& PinType |
AIGraphSchema.h | ||
virtual bool ShouldHidePinDefaultValue
(
UEdGraphPin* Pin |
AIGraphSchema.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedPtr< FAISchemaAction_NewNode > AddNewNodeAction
(
FGraphActionListBuilderBase& ContextMenuBuilder, |
AIGraphSchema.h | ||
static TSharedPtr< FAISchemaAction_NewSubNode > AddNewSubNodeAction
(
FGraphActionListBuilderBase& ContextMenuBuilder, |
AIGraphSchema.h |