Navigation
API > API/Editor > API/Editor/AIGraph
Inheritance Hierarchy
- UEdGraphSchema
- UAIGraphSchema
- UConversationGraphSchema
- UEdGraphSchema_BehaviorTree
- UEdGraphSchema_EnvironmentQuery
References
| Module | AIGraph |
| Header | /Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h |
| Include | #include "AIGraphSchema.h" |
Syntax
UCLASS ()
class UAIGraphSchema : public UEdGraphSchema
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAIGraphSchema
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FAISchemaAction_NewNode > | AddNewNodeAction
(
FGraphActionListBuilderBase& ContextMenuBuilder, |
||
| TSharedPtr< FAISchemaAction_NewSubNode > | AddNewSubNodeAction
(
FGraphActionListBuilderBase& ContextMenuBuilder, |
||
| void | BreakNodeLinks
(
UEdGraphNode& TargetNode |
||
| void | BreakPinLinks
(
UEdGraphPin& TargetPin, |
||
| void | BreakSinglePinLink
(
UEdGraphPin* SourcePin, |
||
| FConnectionDrawingPolicy * | CreateConnectionDrawingPolicy
(
int32 InBackLayerID, |
||
| void | GetContextMenuActions
(
UToolMenu* Menu, |
||
| TSharedPtr< FEdGraphSchemaAction > | |||
| void | GetGraphNodeContextActions
(
FGraphContextMenuBuilder& ContextMenuBuilder, |
||
| int32 | GetNodeSelectionCount
(
const UEdGraph* Graph |
||
| FLinearColor | GetPinTypeColor
(
const FEdGraphPinType& PinType |
||
| void | GetSubNodeClasses
(
int32 SubNodeFlags, |
||
| bool | ShouldHidePinDefaultValue
(
UEdGraphPin* Pin |