unreal-engine-5-code-split / ue5-api-AIGraph.jsonl
olympusmonsgames's picture
Uploaded 1,226 JSONL files
1c8bcca verified
{"className": "FAIGraphConnectionDrawingPolicy::ComputeSplineTangent", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphConnectionDrawingPolicy.h", "description": "", "module": "AIGraph", "code": "virtual FVector2D ComputeSplineTangent ( const FVector2D & Start, const FVector2D & End ) const", "variables": []}
{"className": "FAIGraphConnectionDrawingPolicy::DetermineWiringStyle", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphConnectionDrawingPolicy.h", "description": "Give specific editor modes a chance to highlight this connection or darken non-interesting connections.", "module": "AIGraph", "code": "virtual void DetermineWiringStyle ( [UEdGraphPin](API\\Runtime\\Engine\\EdGraph\\UEdGraphPin) * OutputPin, [UEdGraphPin](API\\Runtime\\Engine\\EdGraph\\UEdGraphPin) * InputPin, [FConnectionParams](API\\Editor\\GraphEditor\\FConnectionParams) & Params )", "variables": []}
{"className": "FAIGraphConnectionDrawingPolicy::Draw", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphConnectionDrawingPolicy.h", "description": "", "module": "AIGraph", "code": "virtual void Draw ( [TMap](API\\Runtime\\Core\\Containers\\TMap)< [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [SWidget](API\\Runtime\\SlateCore\\Widgets\\SWidget) >, [FArrangedWidget](API\\Runtime\\SlateCore\\Layout\\FArrangedWidget) > & PinGeometries, [FArrangedChildren](API\\Runtime\\SlateCore\\Layout\\FArrangedChildren) & ArrangedNodes )", "variables": []}
{"className": "FAIGraphConnectionDrawingPolicy::DrawPreviewConnector", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphConnectionDrawingPolicy.h", "description": "", "module": "AIGraph", "code": "virtual void DrawPreviewConnector ( const [FGeometry](API\\Runtime\\SlateCore\\Layout\\FGeometry) & PinGeometry, const FVector2D & StartPoint, const FVector2D & EndPoint, [UEdGraphPin](API\\Runtime\\Engine\\EdGraph\\UEdGraphPin) * Pin )", "variables": []}
{"className": "FAIGraphConnectionDrawingPolicy::DrawSplineWithArrow", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphConnectionDrawingPolicy.h", "description": "", "module": "AIGraph", "code": "virtual void DrawSplineWithArrow ( const [FGeometry](API\\Runtime\\SlateCore\\Layout\\FGeometry) & StartGeom, const [FGeometry](API\\Runtime\\SlateCore\\Layout\\FGeometry) & EndGeom, const [FConnectionParams](API\\Editor\\GraphEditor\\FConnectionParams) & Params )", "variables": []}
{"className": "FAIGraphConnectionDrawingPolicy::DrawSplineWithArrow", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphConnectionDrawingPolicy.h", "description": "", "module": "AIGraph", "code": "virtual void DrawSplineWithArrow ( const FVector2D & StartPoint, const FVector2D & EndPoint, const [FConnectionParams](API\\Editor\\GraphEditor\\FConnectionParams) & Params )", "variables": []}
{"className": "FAIGraphConnectionDrawingPolicy::Internal_DrawLineWithArrow", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphConnectionDrawingPolicy.h", "description": "", "module": "AIGraph", "code": "void Internal_DrawLineWithArrow ( const FVector2D & StartAnchorPoint, const FVector2D & EndAnchorPoint, const [FConnectionParams](API\\Editor\\GraphEditor\\FConnectionParams) & Params )", "variables": []}
{"className": "FAIGraphConnectionDrawingPolicy::FAIGraphConnectionDrawingPolicy", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphConnectionDrawingPolicy.h", "description": "", "module": "AIGraph", "code": "FAIGraphConnectionDrawingPolicy ( int32 InBackLayerID, int32 InFrontLayerID, float ZoomFactor, const [FSlateRect](API\\Runtime\\SlateCore\\Layout\\FSlateRect) & InClippingRect, [FSlateWindowElementList](API\\Runtime\\SlateCore\\Rendering\\FSlateWindowElementList) & InDrawElements, [UEdGraph](API\\Runtime\\Engine\\EdGraph\\UEdGraph) * InGraphObj )", "variables": []}
{"className": "FAIGraphEditor::CanCutNodes", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h", "description": "", "module": "AIGraph", "code": "bool CanCutNodes() const", "variables": []}
{"className": "FAIGraphEditor::CanCopyNodes", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h", "description": "", "module": "AIGraph", "code": "bool CanCopyNodes() const", "variables": []}
{"className": "FAIGraphConnectionDrawingPolicy", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphConnectionDrawingPolicy.h", "description": "", "module": "AIGraph", "code": "class FAIGraphConnectionDrawingPolicy : public [FConnectionDrawingPolicy](API\\Editor\\GraphEditor\\FConnectionDrawingPolicy)", "variables": [{"type": "UEdGraph*", "name": "GraphObj", "description": ""}, {"type": "TMap<UEdGraphN...", "name": "NodeWidgetMap", "description": ""}]}
{"className": "FAIGraphEditor::CanCreateComment", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h", "description": "", "module": "AIGraph", "code": "bool CanCreateComment() const", "variables": []}
{"className": "FAIGraphEditor::CanDeleteNodes", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h", "description": "", "module": "AIGraph", "code": "bool CanDeleteNodes() const", "variables": []}
{"className": "FAIGraphEditor::CanDuplicateNodes", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h", "description": "", "module": "AIGraph", "code": "bool CanDuplicateNodes() const", "variables": []}
{"className": "FAIGraphEditor::CanPasteNodes", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h", "description": "", "module": "AIGraph", "code": "bool CanPasteNodes() const", "variables": []}
{"className": "FAIGraphEditor::CanSelectAllNodes", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h", "description": "Delegates for graph editor commands.", "module": "AIGraph", "code": "bool CanSelectAllNodes() const", "variables": []}
{"className": "FAIGraphEditor::CopySelectedNodes", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h", "description": "", "module": "AIGraph", "code": "void CopySelectedNodes()", "variables": []}
{"className": "FAIGraphEditor::CreateCommandList", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h", "description": "", "module": "AIGraph", "code": "void CreateCommandList()", "variables": []}
{"className": "FAIGraphEditor::CutSelectedNodes", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h", "description": "", "module": "AIGraph", "code": "void CutSelectedNodes()", "variables": []}
{"className": "FAIGraphEditor::DeleteSelectedDuplicatableNodes", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h", "description": "", "module": "AIGraph", "code": "void DeleteSelectedDuplicatableNodes()", "variables": []}
{"className": "FAIGraphEditor::DeleteSelectedNodes", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h", "description": "", "module": "AIGraph", "code": "void DeleteSelectedNodes()", "variables": []}
{"className": "FAIGraphEditor::DuplicateNodes", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h", "description": "", "module": "AIGraph", "code": "void DuplicateNodes()", "variables": []}
{"className": "FAIGraphEditor::FixupPastedNodes", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h", "description": "", "module": "AIGraph", "code": "virtual void FixupPastedNodes ( const [TSet](API\\Runtime\\Core\\Containers\\TSet)< [UEdGraphNode](API\\Runtime\\Engine\\EdGraph\\UEdGraphNode) * > & NewPastedGraphNodes, const [TMap](API\\Runtime\\Core\\Containers\\TMap)< [FGuid](API\\Runtime\\Core\\Misc\\FGuid), [FGuid](API\\Runtime\\Core\\Misc\\FGuid) > & NewToOldNodeMapping )", "variables": []}
{"className": "FAIGraphEditor::GetSelectedNodes", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h", "description": "", "module": "AIGraph", "code": "FGraphPanelSelectionSet GetSelectedNodes() const", "variables": []}
{"className": "FAIGraphEditor::OnClassListUpdated", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h", "description": "", "module": "AIGraph", "code": "virtual void OnClassListUpdated()", "variables": []}
{"className": "FAIGraphEditor::OnCreateComment", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h", "description": "", "module": "AIGraph", "code": "void OnCreateComment()", "variables": []}
{"className": "FAIGraphEditor::OnSelectedNodesChanged", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h", "description": "", "module": "AIGraph", "code": "virtual void OnSelectedNodesChanged ( const [TSet](API\\Runtime\\Core\\Containers\\TSet)< class [UObject](API\\Runtime\\CoreUObject\\UObject\\UObject) * > & NewSelection )", "variables": []}
{"className": "FAIGraphEditor::PasteNodes", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h", "description": "", "module": "AIGraph", "code": "void PasteNodes()", "variables": []}
{"className": "FAIGraphEditor::PasteNodesHere", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h", "description": "", "module": "AIGraph", "code": "void PasteNodesHere ( const FVector2D & Location )", "variables": []}
{"className": "FAIGraphEditor::SelectAllNodes", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h", "description": "Delegates for graph editor commands.", "module": "AIGraph", "code": "void SelectAllNodes()", "variables": []}
{"className": "FAIGraphEditor::PostRedo", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h", "description": "Signal that client should run any PostRedo code", "module": "AIGraph", "code": "virtual void PostRedo ( bool bSuccess )", "variables": []}
{"className": "FAIGraphEditor::PostUndo", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h", "description": "Signal that client should run any PostUndo code", "module": "AIGraph", "code": "virtual void PostUndo ( bool bSuccess )", "variables": []}
{"className": "FAIGraphEditor::FAIGraphEditor", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h", "description": "", "module": "AIGraph", "code": "FAIGraphEditor()", "variables": []}
{"className": "FAIGraphEditor::~FAIGraphEditor", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h", "description": "", "module": "AIGraph", "code": "virtual ~FAIGraphEditor()", "variables": []}
{"className": "FAIGraphEditor", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphEditor.h", "description": "", "module": "AIGraph", "code": "class FAIGraphEditor : public [FEditorUndoClient](API\\Editor\\UnrealEd\\FEditorUndoClient)", "variables": [{"type": "TSharedPtr<FUI...", "name": "GraphEditorCommands", "description": "The command list for this editor"}, {"type": "FDelegateHandle", "name": "OnClassListUpdatedDelegateHandle", "description": "Handle to the registered OnClassListUpdated delegate"}, {"type": "TWeakPtr<SGrap...", "name": "UpdateGraphEdPtr", "description": "Currently focused graph"}]}
{"className": "FAIGraphModule::ShutdownModule", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphModule.h", "description": "Called before the module is unloaded, right before the module object is destroyed. During normal shutdown, this is called in reverse order that modules finishStartupModule(). This means that, as long as a module references dependent modules in it'sStartupModule(), it can safely reference those dependencies inShutdownModule()as well.", "module": "AIGraph", "code": "virtual void ShutdownModule()", "variables": []}
{"className": "FAIGraphModule::StartupModule", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphModule.h", "description": "FModuleManager::Get().LoadModuleChecked(TEXT(\"HTTP\"));", "module": "AIGraph", "code": "virtual void StartupModule()", "variables": []}
{"className": "FAIGraphModule", "headerPath": "/Engine/Source/Editor/AIGraph/Public/AIGraphModule.h", "description": "", "module": "AIGraph", "code": "class FAIGraphModule : public [IModuleInterface](API\\Runtime\\Core\\Modules\\IModuleInterface)", "variables": []}
{"className": "FAISchemaAction_AddComment::PerformAction", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h", "description": "Execute this action, given the graph and schema, and possibly a pin that we were dragged from. Returns a node that was created by this action (if any).", "module": "AIGraph", "code": "virtual [UEdGraphNode](API\\Runtime\\Engine\\EdGraph\\UEdGraphNode) * PerformAction ( class [UEdGraph](API\\Runtime\\Engine\\EdGraph\\UEdGraph) * ParentGraph, [UEdGraphPin](API\\Runtime\\Engine\\EdGraph\\UEdGraphPin) * FromPin, const FVector2D Location, bool bSelectNewNode )", "variables": []}
{"className": "FAISchemaAction_AddComment::FAISchemaAction_AddComment", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h", "description": "", "module": "AIGraph", "code": "FAISchemaAction_AddComment()", "variables": []}
{"className": "FAISchemaAction_AddComment::FAISchemaAction_AddComment", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h", "description": "", "module": "AIGraph", "code": "FAISchemaAction_AddComment ( [FText](API\\Runtime\\Core\\Internationalization\\FText) InDescription, [FText](API\\Runtime\\Core\\Internationalization\\FText) InToolTip )", "variables": []}
{"className": "FAISchemaAction_AddComment", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h", "description": "Action to add a comment to the graph", "module": "AIGraph", "code": "struct FAISchemaAction_AddComment : public [FEdGraphSchemaAction](API\\Runtime\\Engine\\EdGraph\\FEdGraphSchemaAction)", "variables": []}
{"className": "FAISchemaAction_NewNode::AddReferencedObjects", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h", "description": "GC.", "module": "AIGraph", "code": "virtual void AddReferencedObjects ( [FReferenceCollector](API\\Runtime\\CoreUObject\\UObject\\FReferenceCollector) & Collector )", "variables": []}
{"className": "FAISchemaAction_NewNode::PerformAction", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h", "description": "Execute this action, given the graph and schema, and possibly a pin that we were dragged from. Returns a node that was created by this action (if any).", "module": "AIGraph", "code": "virtual [UEdGraphNode](API\\Runtime\\Engine\\EdGraph\\UEdGraphNode) * PerformAction ( class [UEdGraph](API\\Runtime\\Engine\\EdGraph\\UEdGraph) * ParentGraph, [UEdGraphPin](API\\Runtime\\Engine\\EdGraph\\UEdGraphPin) * FromPin, const FVector2D Location, bool bSelectNewNode )", "variables": []}
{"className": "FAISchemaAction_NewNode::PerformAction", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h", "description": "Execute this action, given the graph and schema, and possibly a pin that we were dragged from. Returns a node that was created by this action (if any).", "module": "AIGraph", "code": "virtual [UEdGraphNode](API\\Runtime\\Engine\\EdGraph\\UEdGraphNode) * PerformAction ( class [UEdGraph](API\\Runtime\\Engine\\EdGraph\\UEdGraph) * ParentGraph, [TArray](API\\Runtime\\Core\\Containers\\TArray)< [UEdGraphPin](API\\Runtime\\Engine\\EdGraph\\UEdGraphPin) * > & FromPins, const FVector2D Location, bool bSelectNewNode )", "variables": []}
{"className": "FAISchemaAction_NewNode::SpawnNodeFromTemplate", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h", "description": "", "module": "AIGraph", "code": "template<typename NodeType> static NodeType * SpawnNodeFromTemplate ( class [UEdGraph](API\\Runtime\\Engine\\EdGraph\\UEdGraph) * ParentGraph, NodeType * InTemplateNode, const FVector2D Location )", "variables": []}
{"className": "FAISchemaAction_NewNode::FAISchemaAction_NewNode", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h", "description": "", "module": "AIGraph", "code": "FAISchemaAction_NewNode()", "variables": []}
{"className": "FAISchemaAction_NewNode::FAISchemaAction_NewNode", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h", "description": "", "module": "AIGraph", "code": "FAISchemaAction_NewNode ( [FText](API\\Runtime\\Core\\Internationalization\\FText) InNodeCategory, [FText](API\\Runtime\\Core\\Internationalization\\FText) InMenuDesc, [FText](API\\Runtime\\Core\\Internationalization\\FText) InToolTip, const int32 InGrouping )", "variables": []}
{"className": "FAISchemaAction_NewNode", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h", "description": "Action to add a node to the graph", "module": "AIGraph", "code": "struct FAISchemaAction_NewNode : public [FEdGraphSchemaAction](API\\Runtime\\Engine\\EdGraph\\FEdGraphSchemaAction)", "variables": [{"type": "TObjectPtr< cla...", "name": "NodeTemplate", "description": "Template of node we want to create"}]}
{"className": "FAISchemaAction_NewSubNode::AddReferencedObjects", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h", "description": "GC.", "module": "AIGraph", "code": "virtual void AddReferencedObjects ( [FReferenceCollector](API\\Runtime\\CoreUObject\\UObject\\FReferenceCollector) & Collector )", "variables": []}
{"className": "FAISchemaAction_NewSubNode::PerformAction", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h", "description": "Execute this action, given the graph and schema, and possibly a pin that we were dragged from. Returns a node that was created by this action (if any).", "module": "AIGraph", "code": "virtual [UEdGraphNode](API\\Runtime\\Engine\\EdGraph\\UEdGraphNode) * PerformAction ( class [UEdGraph](API\\Runtime\\Engine\\EdGraph\\UEdGraph) * ParentGraph, [UEdGraphPin](API\\Runtime\\Engine\\EdGraph\\UEdGraphPin) * FromPin, const FVector2D Location, bool bSelectNewNode )", "variables": []}
{"className": "FAISchemaAction_NewSubNode::PerformAction", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h", "description": "Execute this action, given the graph and schema, and possibly a pin that we were dragged from. Returns a node that was created by this action (if any).", "module": "AIGraph", "code": "virtual [UEdGraphNode](API\\Runtime\\Engine\\EdGraph\\UEdGraphNode) * PerformAction ( class [UEdGraph](API\\Runtime\\Engine\\EdGraph\\UEdGraph) * ParentGraph, [TArray](API\\Runtime\\Core\\Containers\\TArray)< [UEdGraphPin](API\\Runtime\\Engine\\EdGraph\\UEdGraphPin) * > & FromPins, const FVector2D Location, bool bSelectNewNode )", "variables": []}
{"className": "FAISchemaAction_NewSubNode::FAISchemaAction_NewSubNode", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h", "description": "", "module": "AIGraph", "code": "FAISchemaAction_NewSubNode()", "variables": []}
{"className": "FAISchemaAction_NewSubNode::FAISchemaAction_NewSubNode", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h", "description": "", "module": "AIGraph", "code": "FAISchemaAction_NewSubNode ( [FText](API\\Runtime\\Core\\Internationalization\\FText) InNodeCategory, [FText](API\\Runtime\\Core\\Internationalization\\FText) InMenuDesc, [FText](API\\Runtime\\Core\\Internationalization\\FText) InToolTip, const int32 InGrouping )", "variables": []}
{"className": "FAISchemaAction_NewSubNode", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h", "description": "Action to add a subnode to the selected node", "module": "AIGraph", "code": "struct FAISchemaAction_NewSubNode : public [FEdGraphSchemaAction](API\\Runtime\\Engine\\EdGraph\\FEdGraphSchemaAction)", "variables": [{"type": "TObjectPtr< cla...", "name": "NodeTemplate", "description": "Template of node we want to create"}, {"type": "TObjectPtr< cla...", "name": "ParentNode", "description": "Parent node"}]}
{"className": "FDragAIGraphNode::GetDropTargetNode", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "", "module": "AIGraph", "code": "[UAIGraphNode](API\\Editor\\AIGraph\\UAIGraphNode) * GetDropTargetNode() const", "variables": []}
{"className": "FDragAIGraphNode::GetTypeId", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "", "module": "AIGraph", "code": "static const [FString](API\\Runtime\\Core\\Containers\\FString) & GetTypeId()", "variables": []}
{"className": "FDragAIGraphNode::IsOfTypeImpl", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "Checks whether this drag and drop operation can cast safely to the specified type.", "module": "AIGraph", "code": "virtual bool IsOfTypeImpl ( const [FString](API\\Runtime\\Core\\Containers\\FString) & Type ) const", "variables": []}
{"className": "FDragAIGraphNode::New", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "", "module": "AIGraph", "code": "static [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [FDragAIGraphNode](API\\Editor\\AIGraph\\FDragAIGraphNode) > New ( const [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [SGraphPanel](API\\Editor\\GraphEditor\\SGraphPanel) > & InGraphPanel, const [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [SGraphNode](API\\Editor\\GraphEditor\\SGraphNode) > & InDraggedNode )", "variables": []}
{"className": "FDragAIGraphNode::New", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "", "module": "AIGraph", "code": "static [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [FDragAIGraphNode](API\\Editor\\AIGraph\\FDragAIGraphNode) > New ( const [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [SGraphPanel](API\\Editor\\GraphEditor\\SGraphPanel) > & InGraphPanel, const [TArray](API\\Runtime\\Core\\Containers\\TArray)< [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [SGraphNode](API\\Editor\\GraphEditor\\SGraphNode) > > & InDraggedNodes )", "variables": []}
{"className": "Super", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "", "module": "AIGraph", "code": "typedef FDragNode Super", "variables": []}
{"className": "FDragAIGraphNode", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "", "module": "AIGraph", "code": "class FDragAIGraphNode : public FDragNode", "variables": [{"type": "double", "name": "StartTime", "description": ""}]}
{"className": "FGraphNodeClassData::GetClass", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "[UClass](API\\Runtime\\CoreUObject\\UObject\\UClass) * GetClass ( bool bSilent )", "variables": []}
{"className": "FGraphNodeClassData::GetCategory", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "[FText](API\\Runtime\\Core\\Internationalization\\FText) GetCategory() const", "variables": []}
{"className": "FGraphNodeClassData::GetClassName", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "[FString](API\\Runtime\\Core\\Containers\\FString) GetClassName() const", "variables": []}
{"className": "FGraphNodeClassData::GetDeprecatedMessage", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "[FString](API\\Runtime\\Core\\Containers\\FString) GetDeprecatedMessage() const", "variables": []}
{"className": "FGraphNodeClassData::GetDisplayName", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "[FString](API\\Runtime\\Core\\Containers\\FString) GetDisplayName() const", "variables": []}
{"className": "FGraphNodeClassData::GetPackageName", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "[FString](API\\Runtime\\Core\\Containers\\FString) GetPackageName() const", "variables": []}
{"className": "FGraphNodeClassData::GetTooltip", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "[FText](API\\Runtime\\Core\\Internationalization\\FText) GetTooltip() const", "variables": []}
{"className": "FGraphNodeClassData::IsAbstract", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "bool IsAbstract() const", "variables": []}
{"className": "FGraphNodeClassData::IsDeprecated", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "bool IsDeprecated() const", "variables": []}
{"className": "FGraphNodeClassData::IsBlueprint", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "bool IsBlueprint() const", "variables": []}
{"className": "FGraphNodeClassData::ToString", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "[FString](API\\Runtime\\Core\\Containers\\FString) ToString() const", "variables": []}
{"className": "FGraphNodeClassData::FGraphNodeClassData", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "FGraphNodeClassData()", "variables": []}
{"className": "FGraphNodeClassData::FGraphNodeClassData", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "FGraphNodeClassData ( [UClass](API\\Runtime\\CoreUObject\\UObject\\UClass) * InClass, const [FString](API\\Runtime\\Core\\Containers\\FString) & InDeprecatedMessage )", "variables": []}
{"className": "FGraphNodeClassData::FGraphNodeClassData", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "FGraphNodeClassData ( const [FString](API\\Runtime\\Core\\Containers\\FString) & InAssetName, const [FString](API\\Runtime\\Core\\Containers\\FString) & InGeneratedClassPackage, const [FString](API\\Runtime\\Core\\Containers\\FString) & InClassName, [UClass](API\\Runtime\\CoreUObject\\UObject\\UClass) * InClass )", "variables": []}
{"className": "FGraphNodeClassData", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "struct FGraphNodeClassData", "variables": [{"type": "uint32: 1", "name": "bHideParent", "description": "Set when class wants to hide parent class from selection (just one class up hierarchy)"}, {"type": "uint32: 1", "name": "bIsHidden", "description": "Set when child class masked this one out (e.g. always use game specific class instead of engine one)"}]}
{"className": "FGraphNodeClassHelper::AddForcedHiddenClass", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "Adds a single class to the list of hidden classes", "module": "AIGraph", "code": "void AddForcedHiddenClass ( [UClass](API\\Runtime\\CoreUObject\\UObject\\UClass) * Class )", "variables": []}
{"className": "FGraphNodeClassHelper::AddObservedBlueprintClasses", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "static void AddObservedBlueprintClasses ( [UClass](API\\Runtime\\CoreUObject\\UObject\\UClass) * BaseNativeClass )", "variables": []}
{"className": "FGraphNodeClassHelper::AddUnknownClass", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "static void AddUnknownClass ( const [FGraphNodeClassData](API\\Editor\\AIGraph\\FGraphNodeClassData) & ClassData )", "variables": []}
{"className": "BlueprintClassCount", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "static [TMap](API\\Runtime\\Core\\Containers\\TMap)< [UClass](API\\Runtime\\CoreUObject\\UObject\\UClass) *, int32 > BlueprintClassCount;", "variables": []}
{"className": "FOnPackageListUpdated", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "typedef TMulticastDelegate_NoParams< void > FOnPackageListUpdated", "variables": []}
{"className": "FGraphNodeClassHelper::GatherClasses", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "void GatherClasses ( const [UClass](API\\Runtime\\CoreUObject\\UObject\\UClass) * BaseClass, [TArray](API\\Runtime\\Core\\Containers\\TArray)< [FGraphNodeClassData](API\\Editor\\AIGraph\\FGraphNodeClassData) > & AvailableClasses )", "variables": []}
{"className": "FGraphNodeClassHelper::GetObservedBlueprintClassCount", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "static int32 GetObservedBlueprintClassCount ( [UClass](API\\Runtime\\CoreUObject\\UObject\\UClass) * BaseNativeClass )", "variables": []}
{"className": "FGraphNodeClassHelper::InvalidateCache", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "void InvalidateCache()", "variables": []}
{"className": "FGraphNodeClassHelper::IsClassKnown", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "static bool IsClassKnown ( const [FGraphNodeClassData](API\\Editor\\AIGraph\\FGraphNodeClassData) & ClassData )", "variables": []}
{"className": "FGraphNodeClassHelper::OnAssetAdded", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "void OnAssetAdded ( const struct [FAssetData](API\\Runtime\\CoreUObject\\AssetRegistry\\FAssetData) & AssetData )", "variables": []}
{"className": "FGraphNodeClassHelper::OnAssetRemoved", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "void OnAssetRemoved ( const struct [FAssetData](API\\Runtime\\CoreUObject\\AssetRegistry\\FAssetData) & AssetData )", "variables": []}
{"className": "OnPackageListUpdated", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "static [FOnPackageListUpdated](API\\Editor\\AIGraph\\FGraphNodeClassHelper\\FOnPackageListUpdated) OnPackageListUpdated;", "variables": []}
{"className": "FGraphNodeClassHelper::OnReloadComplete", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "void OnReloadComplete ( EReloadCompleteReason Reason )", "variables": []}
{"className": "FGraphNodeClassHelper::SetForcedHiddenClasses", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "Overrides all previously set hidden classes", "module": "AIGraph", "code": "void SetForcedHiddenClasses ( const [TSet](API\\Runtime\\Core\\Containers\\TSet)< [UClass](API\\Runtime\\CoreUObject\\UObject\\UClass) * > & Classes )", "variables": []}
{"className": "FGraphNodeClassHelper::SetGatherBlueprints", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "void SetGatherBlueprints ( bool bGather )", "variables": []}
{"className": "UnknownPackages", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "static [TArray](API\\Runtime\\Core\\Containers\\TArray)< [FName](API\\Runtime\\Core\\UObject\\FName) > UnknownPackages;", "variables": []}
{"className": "FGraphNodeClassHelper::UpdateAvailableBlueprintClasses", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "void UpdateAvailableBlueprintClasses()", "variables": []}
{"className": "FGraphNodeClassHelper::FGraphNodeClassHelper", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "FGraphNodeClassHelper ( [UClass](API\\Runtime\\CoreUObject\\UObject\\UClass) * InRootClass )", "variables": []}
{"className": "FGraphNodeClassHelper::~FGraphNodeClassHelper", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "~FGraphNodeClassHelper()", "variables": []}
{"className": "FGraphNodeClassHelper", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "struct FGraphNodeClassHelper", "variables": []}
{"className": "FGraphNodeClassHelper::GetDeprecationMessage", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "static [FString](API\\Runtime\\Core\\Containers\\FString) GetDeprecationMessage ( const [UClass](API\\Runtime\\CoreUObject\\UObject\\UClass) * Class )", "variables": []}
{"className": "FGraphNodeClassNode::AddUniqueSubNode", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "void AddUniqueSubNode ( [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [FGraphNodeClassNode](API\\Editor\\AIGraph\\FGraphNodeClassNode) > SubNode )", "variables": []}
{"className": "FGraphNodeClassNode", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphTypes.h", "description": "", "module": "AIGraph", "code": "struct FGraphNodeClassNode", "variables": [{"type": "FGraphNodeClass...", "name": "Data", "description": ""}, {"type": "FString", "name": "ParentClassName", "description": ""}, {"type": "TSharedPtr<FGr...", "name": "ParentNode", "description": ""}, {"type": "TArray<TShared...", "name": "SubNodes", "description": ""}]}
{"className": "SGraphEditorActionMenuAI::CollectAllActions", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphEditorActionMenuAI.h", "description": "Callback used to populate all actions list inSGraphActionMenu", "module": "AIGraph", "code": "void CollectAllActions ( [FGraphActionListBuilderBase](API\\Runtime\\Engine\\EdGraph\\FGraphActionListBuilderBase) & OutAllActions )", "variables": []}
{"className": "SGraphEditorActionMenuAI::Construct", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphEditorActionMenuAI.h", "description": "", "module": "AIGraph", "code": "void Construct ( const [FArguments](API\\Editor\\AIGraph\\SGraphEditorActionMenuAI\\FArguments) & InArgs )", "variables": []}
{"className": "SGraphEditorActionMenuAI::FArguments::AutoExpandActionMenu", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphEditorActionMenuAI.h", "description": "", "module": "AIGraph", "code": "WidgetArgsType & AutoExpandActionMenu &40; bool InArg &41;", "variables": []}
{"className": "SGraphEditorActionMenuAI::FArguments::DraggedFromPins", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphEditorActionMenuAI.h", "description": "", "module": "AIGraph", "code": "WidgetArgsType & DraggedFromPins &40; TArray< UEdGraphPin &42; > InArg &41;", "variables": []}
{"className": "SGraphEditorActionMenuAI::FArguments::GraphNode", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphEditorActionMenuAI.h", "description": "", "module": "AIGraph", "code": "WidgetArgsType & GraphNode &40; UAIGraphNode &42; InArg &41;", "variables": []}
{"className": "SGraphEditorActionMenuAI::FArguments::GraphObj", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphEditorActionMenuAI.h", "description": "", "module": "AIGraph", "code": "WidgetArgsType & GraphObj &40; UEdGraph &42; InArg &41;", "variables": []}
{"className": "SGraphEditorActionMenuAI::FArguments::OnClosedCallback", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphEditorActionMenuAI.h", "description": "", "module": "AIGraph", "code": "WidgetArgsType & OnClosedCallback &40; SGraphEditor::FActionMenuClosed InArg &41;", "variables": []}
{"className": "SGraphEditorActionMenuAI::FArguments::SubNodeFlags", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphEditorActionMenuAI.h", "description": "", "module": "AIGraph", "code": "WidgetArgsType & SubNodeFlags &40; int32 InArg &41;", "variables": []}
{"className": "WidgetArgsType", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphEditorActionMenuAI.h", "description": "", "module": "AIGraph", "code": "typedef FArguments WidgetArgsType", "variables": []}
{"className": "SGraphEditorActionMenuAI::FArguments::FArguments", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphEditorActionMenuAI.h", "description": "", "module": "AIGraph", "code": "FArguments&40;&41;", "variables": []}
{"className": "SGraphEditorActionMenuAI::GetFilterTextBox", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphEditorActionMenuAI.h", "description": "", "module": "AIGraph", "code": "[TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [SEditableTextBox](API\\Runtime\\Slate\\Widgets\\Input\\SEditableTextBox) > GetFilterTextBox()", "variables": []}
{"className": "FArguments", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphEditorActionMenuAI.h", "description": "", "module": "AIGraph", "code": "struct FArguments : public [TSlateBaseNamedArgs< SGraphEditorActionMenuAI >](API\\Runtime\\SlateCore\\Widgets\\TSlateBaseNamedArgs)", "variables": []}
{"className": "SGraphEditorActionMenuAI::FArguments::NewNodePosition", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphEditorActionMenuAI.h", "description": "", "module": "AIGraph", "code": "WidgetArgsType & NewNodePosition &40; FVector2D InArg &41;", "variables": []}
{"className": "SGraphEditorActionMenuAI::OnActionSelected", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphEditorActionMenuAI.h", "description": "", "module": "AIGraph", "code": "void OnActionSelected ( const [TArray](API\\Runtime\\Core\\Containers\\TArray)< [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [FEdGraphSchemaAction](API\\Runtime\\Engine\\EdGraph\\FEdGraphSchemaAction) > > & SelectedAction, [ESelectInfo::Type](API\\Runtime\\SlateCore\\Types\\ESelectInfo__Type) InSelectionType )", "variables": []}
{"className": "SGraphEditorActionMenuAI::~SGraphEditorActionMenuAI", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphEditorActionMenuAI.h", "description": "", "module": "AIGraph", "code": "~SGraphEditorActionMenuAI()", "variables": []}
{"className": "SGraphEditorActionMenuAI", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphEditorActionMenuAI.h", "description": "", "module": "AIGraph", "code": "class SGraphEditorActionMenuAI : public [SBorder](API\\Runtime\\Slate\\Widgets\\Layout\\SBorder)", "variables": [{"type": "bool", "name": "AutoExpandActionMenu", "description": ""}, {"type": "TArray<UEdGrap...", "name": "DraggedFromPins", "description": ""}, {"type": "TSharedPtr<SGr...", "name": "GraphActionMenu", "description": ""}, {"type": "UAIGraphNode&#...", "name": "GraphNode", "description": ""}, {"type": "UEdGraph*", "name": "GraphObj", "description": ""}, {"type": "FVector2D", "name": "NewNodePosition", "description": ""}, {"type": "SGraphEditor::F...", "name": "OnClosedCallback", "description": ""}, {"type": "int32", "name": "SubNodeFlags", "description": ""}]}
{"className": "SGraphNodeAI::AddPin", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "Add a new pin to this graph node. The pin must be newly created.", "module": "AIGraph", "code": "virtual void AddPin ( const [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [SGraphPin](API\\Editor\\GraphEditor\\SGraphPin) > & PinToAdd )", "variables": []}
{"className": "SGraphNodeAI::AddSubNode", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "Adds subnode widget inside current node", "module": "AIGraph", "code": "virtual void AddSubNode ( [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [SGraphNode](API\\Editor\\GraphEditor\\SGraphNode) > SubNodeWidget )", "variables": []}
{"className": "SGraphNodeAI::Construct", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "", "module": "AIGraph", "code": "void Construct ( const [FArguments](API\\Editor\\AIGraph\\SGraphNodeAI\\FArguments) & InArgs, [UAIGraphNode](API\\Editor\\AIGraph\\UAIGraphNode) * InNode )", "variables": []}
{"className": "WidgetArgsType", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "", "module": "AIGraph", "code": "typedef FArguments WidgetArgsType", "variables": []}
{"className": "SGraphNodeAI::FArguments::FArguments", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "", "module": "AIGraph", "code": "FArguments&40;&41;", "variables": []}
{"className": "FArguments", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "", "module": "AIGraph", "code": "struct FArguments : public [TSlateBaseNamedArgs< SGraphNodeAI >](API\\Runtime\\SlateCore\\Widgets\\TSlateBaseNamedArgs)", "variables": []}
{"className": "SGraphNodeAI::GetComplexTooltip", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "Override this to provide support for an 'expensive' tooltip widget that is only built on demand", "module": "AIGraph", "code": "virtual [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [SToolTip](API\\Runtime\\Slate\\Widgets\\SToolTip) > GetComplexTooltip()", "variables": []}
{"className": "SGraphNodeAI::GetDescription", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "", "module": "AIGraph", "code": "virtual [FText](API\\Runtime\\Core\\Internationalization\\FText) GetDescription() const", "variables": []}
{"className": "SGraphNodeAI::GetDescriptionVisibility", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "", "module": "AIGraph", "code": "virtual [EVisibility](API\\Runtime\\SlateCore\\Layout\\EVisibility) GetDescriptionVisibility() const", "variables": []}
{"className": "SGraphNodeAI::GetDragOverMarkerVisibility", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "Gets drag over marker visibility", "module": "AIGraph", "code": "[EVisibility](API\\Runtime\\SlateCore\\Layout\\EVisibility) GetDragOverMarkerVisibility() const", "variables": []}
{"className": "SGraphNodeAI::GetPreviewCornerText", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "", "module": "AIGraph", "code": "virtual [FText](API\\Runtime\\Core\\Internationalization\\FText) GetPreviewCornerText() const", "variables": []}
{"className": "SGraphNodeAI::GetNameIcon", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "", "module": "AIGraph", "code": "virtual const [FSlateBrush](API\\Runtime\\SlateCore\\Styling\\FSlateBrush) * GetNameIcon() const", "variables": []}
{"className": "SGraphNodeAI::GetSubNodeUnderCursor", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "Gets decorator or service node if one is found under mouse cursor", "module": "AIGraph", "code": "[TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [SGraphNode](API\\Editor\\GraphEditor\\SGraphNode) > GetSubNodeUnderCursor ( const [FGeometry](API\\Runtime\\SlateCore\\Layout\\FGeometry) & WidgetGeometry, const [FPointerEvent](API\\Runtime\\SlateCore\\Input\\FPointerEvent) & MouseEvent )", "variables": []}
{"className": "SGraphNodeAI::GetTitle", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "", "module": "AIGraph", "code": "virtual [FText](API\\Runtime\\Core\\Internationalization\\FText) GetTitle() const", "variables": []}
{"className": "SGraphNodeAI::OnDragLeave", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "Called during drag and drop when the drag leaves a widget.", "module": "AIGraph", "code": "virtual void OnDragLeave ( const [FDragDropEvent](API\\Runtime\\SlateCore\\Input\\FDragDropEvent) & DragDropEvent )", "variables": []}
{"className": "SGraphNodeAI::OnDrop", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "Called when the user is dropping something onto a widget; terminates drag and drop.\nA reply that indicated whether this event was handled.", "module": "AIGraph", "code": "virtual [FReply](API\\Runtime\\SlateCore\\Input\\FReply) OnDrop ( const [FGeometry](API\\Runtime\\SlateCore\\Layout\\FGeometry) & MyGeometry, const [FDragDropEvent](API\\Runtime\\SlateCore\\Input\\FDragDropEvent) & DragDropEvent )", "variables": []}
{"className": "SGraphNodeAI::OnMouseDown", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "Handle mouse down on the node", "module": "AIGraph", "code": "[FReply](API\\Runtime\\SlateCore\\Input\\FReply) OnMouseDown ( const [FGeometry](API\\Runtime\\SlateCore\\Layout\\FGeometry) & SenderGeometry, const [FPointerEvent](API\\Runtime\\SlateCore\\Input\\FPointerEvent) & MouseEvent )", "variables": []}
{"className": "SGraphNodeAI::OnMouseMove", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "The system calls this method to notify the widget that a mouse moved within it. This event is bubbled.\nWhether the event was handled along with possible requests for the system to take action.", "module": "AIGraph", "code": "virtual [FReply](API\\Runtime\\SlateCore\\Input\\FReply) OnMouseMove ( const [FGeometry](API\\Runtime\\SlateCore\\Layout\\FGeometry) & MyGeometry, const [FPointerEvent](API\\Runtime\\SlateCore\\Input\\FPointerEvent) & MouseEvent )", "variables": []}
{"className": "SGraphNodeAI::SetDragMarker", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "Sets drag marker visible or collapsed on this node", "module": "AIGraph", "code": "void SetDragMarker ( bool bEnabled )", "variables": []}
{"className": "SGraphNodeAI::OnDragEnter", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "The concession is to return a can_handled/cannot_handle boolean rather than a fullFReply.\nA reply that indicated whether the contents of the DragDropEvent can potentially be processed by this widget.", "module": "AIGraph", "code": "virtual void OnDragEnter ( const [FGeometry](API\\Runtime\\SlateCore\\Layout\\FGeometry) & MyGeometry, const [FDragDropEvent](API\\Runtime\\SlateCore\\Input\\FDragDropEvent) & DragDropEvent )", "variables": []}
{"className": "SGraphNodeAI::OnDragOver", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "Called during drag and drop when the the mouse is being dragged over a widget.\nA reply that indicated whether this event was handled.", "module": "AIGraph", "code": "virtual [FReply](API\\Runtime\\SlateCore\\Input\\FReply) OnDragOver ( const [FGeometry](API\\Runtime\\SlateCore\\Layout\\FGeometry) & MyGeometry, const [FDragDropEvent](API\\Runtime\\SlateCore\\Input\\FDragDropEvent) & DragDropEvent )", "variables": []}
{"className": "SGraphNodeAI::SetOwner", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "", "module": "AIGraph", "code": "virtual void SetOwner ( const [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [SGraphPanel](API\\Editor\\GraphEditor\\SGraphPanel) > & OwnerPanel )", "variables": []}
{"className": "SGraphNodeAI", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "", "module": "AIGraph", "code": "class SGraphNodeAI : public [SGraphNode](API\\Editor\\GraphEditor\\SGraphNode)", "variables": [{"type": "uint32: 1", "name": "bDragMarkerVisible", "description": ""}, {"type": "TArray<TShared...", "name": "SubNodes", "description": ""}]}
{"className": "SGraphPinAI::Construct", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "", "module": "AIGraph", "code": "void Construct ( const [FArguments](API\\Editor\\AIGraph\\SGraphPinAI\\FArguments) & InArgs, [UEdGraphPin](API\\Runtime\\Engine\\EdGraph\\UEdGraphPin) * InPin )", "variables": []}
{"className": "WidgetArgsType", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "", "module": "AIGraph", "code": "typedef FArguments WidgetArgsType", "variables": []}
{"className": "SGraphPinAI::FArguments::FArguments", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "", "module": "AIGraph", "code": "FArguments&40;&41;", "variables": []}
{"className": "FArguments", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "", "module": "AIGraph", "code": "struct FArguments : public [TSlateBaseNamedArgs< SGraphPinAI >](API\\Runtime\\SlateCore\\Widgets\\TSlateBaseNamedArgs)", "variables": []}
{"className": "SGraphPinAI::GetDefaultValueWidget", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "Build the widget we should put into the 'default value' space, shown when nothing connected", "module": "AIGraph", "code": "virtual [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [SWidget](API\\Runtime\\SlateCore\\Widgets\\SWidget) > GetDefaultValueWidget()", "variables": []}
{"className": "SGraphPinAI::GetPinBorder", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "", "module": "AIGraph", "code": "const [FSlateBrush](API\\Runtime\\SlateCore\\Styling\\FSlateBrush) * GetPinBorder() const", "variables": []}
{"className": "SGraphPinAI::GetPinColor", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "The color that we should use to draw this pin", "module": "AIGraph", "code": "virtual [FSlateColor](API\\Runtime\\SlateCore\\Styling\\FSlateColor) GetPinColor() const", "variables": []}
{"className": "SGraphPinAI", "headerPath": "/Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h", "description": "", "module": "AIGraph", "code": "class SGraphPinAI : public [SGraphPin](API\\Editor\\GraphEditor\\SGraphPin)", "variables": []}
{"className": "UAIGraph::CanRemoveNestedObject", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraph.h", "description": "", "module": "AIGraph", "code": "virtual bool CanRemoveNestedObject ( [UObject](API\\Runtime\\CoreUObject\\UObject\\UObject) * TestObject ) const", "variables": []}
{"className": "UAIGraph::CollectAllNodeInstances", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraph.h", "description": "", "module": "AIGraph", "code": "virtual void CollectAllNodeInstances ( [TSet](API\\Runtime\\Core\\Containers\\TSet)< [UObject](API\\Runtime\\CoreUObject\\UObject\\UObject) * > & NodeInstances )", "variables": []}
{"className": "UAIGraph::Initialize", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraph.h", "description": "", "module": "AIGraph", "code": "virtual void Initialize()", "variables": []}
{"className": "UAIGraph::FindGraphNodePin", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraph.h", "description": "", "module": "AIGraph", "code": "[UEdGraphPin](API\\Runtime\\Engine\\EdGraph\\UEdGraphPin) * FindGraphNodePin ( [UEdGraphNode](API\\Runtime\\Engine\\EdGraph\\UEdGraphNode) * Node, EEdGraphPinDirection Dir )", "variables": []}
{"className": "UAIGraph::IsLocked", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraph.h", "description": "", "module": "AIGraph", "code": "bool IsLocked() const", "variables": []}
{"className": "UAIGraph::LockUpdates", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraph.h", "description": "", "module": "AIGraph", "code": "void LockUpdates()", "variables": []}
{"className": "UAIGraph::MarkVersion", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraph.h", "description": "", "module": "AIGraph", "code": "virtual void MarkVersion()", "variables": []}
{"className": "UAIGraph::OnCreated", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraph.h", "description": "", "module": "AIGraph", "code": "virtual void OnCreated()", "variables": []}
{"className": "UAIGraph::OnLoaded", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraph.h", "description": "", "module": "AIGraph", "code": "virtual void OnLoaded()", "variables": []}
{"className": "UAIGraph::OnNodeInstanceRemoved", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraph.h", "description": "", "module": "AIGraph", "code": "virtual void OnNodeInstanceRemoved ( [UObject](API\\Runtime\\CoreUObject\\UObject\\UObject) * NodeInstance )", "variables": []}
{"className": "UAIGraph::OnNodesPasted", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraph.h", "description": "", "module": "AIGraph", "code": "virtual void OnNodesPasted ( const [FString](API\\Runtime\\Core\\Containers\\FString) & ImportStr )", "variables": []}
{"className": "UAIGraph::OnSubNodeDropped", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraph.h", "description": "", "module": "AIGraph", "code": "virtual void OnSubNodeDropped()", "variables": []}
{"className": "UAIGraph::RemoveOrphanedNodes", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraph.h", "description": "", "module": "AIGraph", "code": "void RemoveOrphanedNodes()", "variables": []}
{"className": "UAIGraph::Serialize", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraph.h", "description": "Handles reading, writing, and reference collecting usingFArchive. This implementation handles allFPropertyserialization, but can be overridden for native variables.", "module": "AIGraph", "code": "virtual void Serialize ( [FArchive](API\\Runtime\\Core\\Serialization\\FArchive) & Ar )", "variables": []}
{"className": "UAIGraph::UnlockUpdates", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraph.h", "description": "", "module": "AIGraph", "code": "void UnlockUpdates()", "variables": []}
{"className": "UAIGraph::UpdateAsset", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraph.h", "description": "", "module": "AIGraph", "code": "virtual void UpdateAsset ( int32 UpdateFlags )", "variables": []}
{"className": "UAIGraph::UpdateClassData", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraph.h", "description": "", "module": "AIGraph", "code": "void UpdateClassData()", "variables": []}
{"className": "UAIGraph::UpdateDeprecatedClasses", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraph.h", "description": "", "module": "AIGraph", "code": "void UpdateDeprecatedClasses()", "variables": []}
{"className": "UAIGraph::UpdateUnknownNodeClasses", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraph.h", "description": "", "module": "AIGraph", "code": "bool UpdateUnknownNodeClasses()", "variables": []}
{"className": "UAIGraph::UpdateVersion", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraph.h", "description": "", "module": "AIGraph", "code": "virtual void UpdateVersion()", "variables": []}
{"className": "UAIGraph::UAIGraph", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraph.h", "description": "", "module": "AIGraph", "code": "UAIGraph ( const [FObjectInitializer](API\\Runtime\\CoreUObject\\UObject\\FObjectInitializer) & ObjectInitializer )", "variables": []}
{"className": "UAIGraph", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraph.h", "description": "", "module": "AIGraph", "code": "class UAIGraph : public [UEdGraph](API\\Runtime\\Engine\\EdGraph\\UEdGraph)", "variables": [{"type": "uint32: 1", "name": "bLockUpdates", "description": "If set, graph modifications won't cause updates in internal tree structure flag allows freezing update during heavy changes like pasting new nodes"}, {"type": "int32", "name": "GraphVersion", "description": ""}]}
{"className": "UAIGraphNode::AddSubNode", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "", "module": "AIGraph", "code": "void AddSubNode ( [UAIGraphNode](API\\Editor\\AIGraph\\UAIGraphNode) * SubNode, class [UEdGraph](API\\Runtime\\Engine\\EdGraph\\UEdGraph) * ParentGraph )", "variables": []}
{"className": "UAIGraphNode::AutowireNewNode", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "Autowire a newly created node.", "module": "AIGraph", "code": "virtual void AutowireNewNode ( [UEdGraphPin](API\\Runtime\\Engine\\EdGraph\\UEdGraphPin) * FromPin )", "variables": []}
{"className": "UAIGraphNode::CanCreateUnderSpecifiedSchema", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "Determine if this node can be created under the specified schema", "module": "AIGraph", "code": "virtual bool CanCreateUnderSpecifiedSchema ( const [UEdGraphSchema](API\\Runtime\\Engine\\EdGraph\\UEdGraphSchema) * Schema ) const", "variables": []}
{"className": "UAIGraphNode::CanDuplicateNode", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "Whether or not this node can be safely duplicated (via copy/paste, etc...) in the graph", "module": "AIGraph", "code": "virtual bool CanDuplicateNode() const", "variables": []}
{"className": "UAIGraphNode::DestroyNode", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "Destroy the specified node", "module": "AIGraph", "code": "virtual void DestroyNode()", "variables": []}
{"className": "UAIGraphNode::CanUserDeleteNode", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "Whether or not this node can be deleted by user action", "module": "AIGraph", "code": "virtual bool CanUserDeleteNode() const", "variables": []}
{"className": "UAIGraphNode::FindDiffs", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "Gives the node the option to customize how diffs are discovered within it.", "module": "AIGraph", "code": "virtual void FindDiffs ( class [UEdGraphNode](API\\Runtime\\Engine\\EdGraph\\UEdGraphNode) * OtherNode, struct [FDiffResults](API\\Runtime\\Engine\\FDiffResults) & Results )", "variables": []}
{"className": "UAIGraphNode::FindSubNodeDropIndex", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "", "module": "AIGraph", "code": "virtual int32 FindSubNodeDropIndex ( [UAIGraphNode](API\\Editor\\AIGraph\\UAIGraphNode) * SubNode ) const", "variables": []}
{"className": "UAIGraphNode::GetAIGraph", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "", "module": "AIGraph", "code": "virtual [UAIGraph](API\\Editor\\AIGraph\\UAIGraph) * GetAIGraph()", "variables": []}
{"className": "UAIGraphNode::GetBoundGraph", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "", "module": "AIGraph", "code": "virtual [UEdGraph](API\\Runtime\\Engine\\EdGraph\\UEdGraph) * GetBoundGraph() const", "variables": []}
{"className": "UAIGraphNode::GetDescription", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "", "module": "AIGraph", "code": "virtual [FText](API\\Runtime\\Core\\Internationalization\\FText) GetDescription() const", "variables": []}
{"className": "UAIGraphNode::GetInputPin", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "the input pin for this state", "module": "AIGraph", "code": "virtual [UEdGraphPin](API\\Runtime\\Engine\\EdGraph\\UEdGraphPin) * GetInputPin ( int32 InputIndex ) const", "variables": []}
{"className": "UAIGraphNode::GetOutputPin", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "the output pin for this state", "module": "AIGraph", "code": "virtual [UEdGraphPin](API\\Runtime\\Engine\\EdGraph\\UEdGraphPin) * GetOutputPin ( int32 InputIndex ) const", "variables": []}
{"className": "UAIGraphNode::GetPropertyNameAndValueForDiff", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "Returns a human-friendly description of the property in the form \"PropertyName: Value\".", "module": "AIGraph", "code": "virtual [FString](API\\Runtime\\Core\\Containers\\FString) GetPropertyNameAndValueForDiff ( const [FProperty](API\\Runtime\\CoreUObject\\UObject\\FProperty) * Prop, const uint8 * PropertyAddr ) const", "variables": []}
{"className": "UAIGraphNode::GetTooltipText", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "Gets the tooltip to display when over the node", "module": "AIGraph", "code": "virtual [FText](API\\Runtime\\Core\\Internationalization\\FText) GetTooltipText() const", "variables": []}
{"className": "UAIGraphNode::HasErrors", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "Check if node has any errors, used for assigning colors on graph", "module": "AIGraph", "code": "virtual bool HasErrors() const", "variables": []}
{"className": "UAIGraphNode::InitializeInstance", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "Initialize instance object", "module": "AIGraph", "code": "virtual void InitializeInstance()", "variables": []}
{"className": "UAIGraphNode::InsertSubNodeAt", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "", "module": "AIGraph", "code": "virtual void InsertSubNodeAt ( [UAIGraphNode](API\\Editor\\AIGraph\\UAIGraphNode) * SubNode, int32 DropIndex )", "variables": []}
{"className": "UAIGraphNode::IsSubNode", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "Check if node is subnode", "module": "AIGraph", "code": "virtual bool IsSubNode() const", "variables": []}
{"className": "UAIGraphNode::NodeConnectionListChanged", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "Called when something external to this node has changed the connection list of any of the pins in the node", "module": "AIGraph", "code": "virtual void NodeConnectionListChanged()", "variables": []}
{"className": "UAIGraphNode::OnSubNodeAdded", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "", "module": "AIGraph", "code": "virtual void OnSubNodeAdded ( [UAIGraphNode](API\\Editor\\AIGraph\\UAIGraphNode) * SubNode )", "variables": []}
{"className": "UAIGraphNode::OnSubNodeRemoved", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "", "module": "AIGraph", "code": "virtual void OnSubNodeRemoved ( [UAIGraphNode](API\\Editor\\AIGraph\\UAIGraphNode) * SubNode )", "variables": []}
{"className": "UAIGraphNode::PostCopyNode", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "", "module": "AIGraph", "code": "virtual void PostCopyNode()", "variables": []}
{"className": "UAIGraphNode::PostEditImport", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "Called after importing property values for this object (paste, duplicate or .t3d import) Allow the object to perform any cleanup for properties which shouldn't be duplicated or are unsupported by the script serialization", "module": "AIGraph", "code": "virtual void PostEditImport()", "variables": []}
{"className": "UAIGraphNode::PostEditUndo", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "Called after applying a transaction to the object. Default implementation simply calls PostEditChange.", "module": "AIGraph", "code": "virtual void PostEditUndo()", "variables": []}
{"className": "UAIGraphNode::PostPlacedNewNode", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "A chance to initialize a new node; called just once when a new node is created, before AutowireNewNode or AllocateDefaultPins is called. This method is not called when a node is reconstructed, etc...", "module": "AIGraph", "code": "virtual void PostPlacedNewNode()", "variables": []}
{"className": "UAIGraphNode::PrepareForCopying", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "Perform any steps necessary prior to copying a node into the paste buffer", "module": "AIGraph", "code": "virtual void PrepareForCopying()", "variables": []}
{"className": "UAIGraphNode::RefreshNodeClass", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "Reinitialize node instance", "module": "AIGraph", "code": "virtual bool RefreshNodeClass()", "variables": []}
{"className": "UAIGraphNode::RemoveAllSubNodes", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "", "module": "AIGraph", "code": "virtual void RemoveAllSubNodes()", "variables": []}
{"className": "UAIGraphNode::RemoveSubNode", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "", "module": "AIGraph", "code": "void RemoveSubNode ( [UAIGraphNode](API\\Editor\\AIGraph\\UAIGraphNode) * SubNode )", "variables": []}
{"className": "UAIGraphNode::ResetNodeOwner", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "", "module": "AIGraph", "code": "virtual void ResetNodeOwner()", "variables": []}
{"className": "UAIGraphNode::UpdateNodeClassData", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "Updates ClassData from node instance", "module": "AIGraph", "code": "virtual void UpdateNodeClassData()", "variables": []}
{"className": "UAIGraphNode::UpdateNodeClassDataFrom", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "", "module": "AIGraph", "code": "static void UpdateNodeClassDataFrom ( [UClass](API\\Runtime\\CoreUObject\\UObject\\UClass) * InstanceClass, [FGraphNodeClassData](API\\Editor\\AIGraph\\FGraphNodeClassData) & UpdatedData )", "variables": []}
{"className": "UAIGraphNode::UsesBlueprint", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "Check if node instance uses blueprint for its implementation", "module": "AIGraph", "code": "bool UsesBlueprint() const", "variables": []}
{"className": "UAIGraphNode::UAIGraphNode", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "", "module": "AIGraph", "code": "UAIGraphNode ( const [FObjectInitializer](API\\Runtime\\CoreUObject\\UObject\\FObjectInitializer) & ObjectInitializer )", "variables": []}
{"className": "UAIGraphNode", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphNode.h", "description": "", "module": "AIGraph", "code": "class UAIGraphNode : public [UEdGraphNode](API\\Runtime\\Engine\\EdGraph\\UEdGraphNode)", "variables": [{"type": "uint32: 1", "name": "bIsReadOnly", "description": "If set, all modifications (including delete/cut) are disabled"}, {"type": "uint32: 1", "name": "bIsSubNode", "description": "If set, this node will be always considered as subnode"}, {"type": "FGraphNodeClass...", "name": "ClassData", "description": "Instance class"}, {"type": "int32", "name": "CopySubNodeIndex", "description": "Subnode index assigned during copy operation to connect nodes again on paste"}, {"type": "FString", "name": "ErrorMessage", "description": "Error message for node"}, {"type": "TObjectPtr<UOb...", "name": "NodeInstance", "description": ""}, {"type": "TObjectPtr<UAI...", "name": "ParentNode", "description": ""}, {"type": "TArray<TObject...", "name": "SubNodes", "description": ""}]}
{"className": "UAIGraphSchema::AddNewNodeAction", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h", "description": "", "module": "AIGraph", "code": "static [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [FAISchemaAction_NewNode](API\\Editor\\AIGraph\\FAISchemaAction_NewNode) > AddNewNodeAction ( [FGraphActionListBuilderBase](API\\Runtime\\Engine\\EdGraph\\FGraphActionListBuilderBase) & ContextMenuBuilder, const [FText](API\\Runtime\\Core\\Internationalization\\FText) & Category, const [FText](API\\Runtime\\Core\\Internationalization\\FText) & MenuDesc, const [FText](API\\Runtime\\Core\\Internationalization\\FText) & Tooltip )", "variables": []}
{"className": "UAIGraphSchema::AddNewSubNodeAction", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h", "description": "", "module": "AIGraph", "code": "static [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [FAISchemaAction_NewSubNode](API\\Editor\\AIGraph\\FAISchemaAction_NewSubNode) > AddNewSubNodeAction ( [FGraphActionListBuilderBase](API\\Runtime\\Engine\\EdGraph\\FGraphActionListBuilderBase) & ContextMenuBuilder, const [FText](API\\Runtime\\Core\\Internationalization\\FText) & Category, const [FText](API\\Runtime\\Core\\Internationalization\\FText) & MenuDesc, const [FText](API\\Runtime\\Core\\Internationalization\\FText) & Tooltip )", "variables": []}
{"className": "UAIGraphSchema::BreakNodeLinks", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h", "description": "Breaks all links from/to a single node", "module": "AIGraph", "code": "virtual void BreakNodeLinks ( [UEdGraphNode](API\\Runtime\\Engine\\EdGraph\\UEdGraphNode) & TargetNode ) const", "variables": []}
{"className": "UAIGraphSchema::BreakPinLinks", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h", "description": "Breaks all links from/to a single pin", "module": "AIGraph", "code": "virtual void BreakPinLinks ( [UEdGraphPin](API\\Runtime\\Engine\\EdGraph\\UEdGraphPin) & TargetPin, bool bSendsNodeNotifcation ) const", "variables": []}
{"className": "UAIGraphSchema::BreakSinglePinLink", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h", "description": "Breaks the link between two nodes.", "module": "AIGraph", "code": "virtual void BreakSinglePinLink ( [UEdGraphPin](API\\Runtime\\Engine\\EdGraph\\UEdGraphPin) * SourcePin, [UEdGraphPin](API\\Runtime\\Engine\\EdGraph\\UEdGraphPin) * TargetPin ) const", "variables": []}
{"className": "UAIGraphSchema::CreateConnectionDrawingPolicy", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h", "description": "Returns newFConnectionDrawingPolicyfrom this schema", "module": "AIGraph", "code": "virtual [FConnectionDrawingPolicy](API\\Editor\\GraphEditor\\FConnectionDrawingPolicy) * CreateConnectionDrawingPolicy ( int32 InBackLayerID, int32 InFrontLayerID, float InZoomFactor, const [FSlateRect](API\\Runtime\\SlateCore\\Layout\\FSlateRect) & InClippingRect, class [FSlateWindowElementList](API\\Runtime\\SlateCore\\Rendering\\FSlateWindowElementList) & InDrawElements, class [UEdGraph](API\\Runtime\\Engine\\EdGraph\\UEdGraph) * InGraphObj ) const", "variables": []}
{"className": "UAIGraphSchema::GetContextMenuActions", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h", "description": "Gets actions that should be added to the right-click context menu for a node or pin", "module": "AIGraph", "code": "virtual void GetContextMenuActions ( class [UToolMenu](API\\Developer\\ToolMenus\\UToolMenu) * Menu, class [UGraphNodeContextMenuContext](API\\Runtime\\Engine\\EdGraph\\UGraphNodeContextMenuContext) * Context ) const", "variables": []}
{"className": "UAIGraphSchema::GetCreateCommentAction", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h", "description": "Returns schema action to create comment from implemention", "module": "AIGraph", "code": "virtual [TSharedPtr](API\\Runtime\\Core\\Templates\\TSharedPtr)< [FEdGraphSchemaAction](API\\Runtime\\Engine\\EdGraph\\FEdGraphSchemaAction) > GetCreateCommentAction() const", "variables": []}
{"className": "UAIGraphSchema::GetGraphNodeContextActions", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h", "description": "", "module": "AIGraph", "code": "virtual void GetGraphNodeContextActions ( [FGraphContextMenuBuilder](API\\Runtime\\Engine\\EdGraph\\FGraphContextMenuBuilder) & ContextMenuBuilder, int32 SubNodeFlags ) const", "variables": []}
{"className": "UAIGraphSchema::GetNodeSelectionCount", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h", "description": "Returns the currently selected graph node count", "module": "AIGraph", "code": "virtual int32 GetNodeSelectionCount ( const [UEdGraph](API\\Runtime\\Engine\\EdGraph\\UEdGraph) * Graph ) const", "variables": []}
{"className": "UAIGraphSchema::GetPinTypeColor", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h", "description": "Gets the draw color of a pin based on it's type.\nThe color representing the passed in type.", "module": "AIGraph", "code": "virtual [FLinearColor](API\\Runtime\\Core\\Math\\FLinearColor) GetPinTypeColor ( const [FEdGraphPinType](API\\Runtime\\Engine\\EdGraph\\FEdGraphPinType) & PinType ) const", "variables": []}
{"className": "UAIGraphSchema::GetSubNodeClasses", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h", "description": "", "module": "AIGraph", "code": "virtual void GetSubNodeClasses ( int32 SubNodeFlags, [TArray](API\\Runtime\\Core\\Containers\\TArray)< [FGraphNodeClassData](API\\Editor\\AIGraph\\FGraphNodeClassData) > & ClassData, [UClass](API\\Runtime\\CoreUObject\\UObject\\UClass) *& GraphNodeClass ) const", "variables": []}
{"className": "UAIGraphSchema::ShouldHidePinDefaultValue", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h", "description": "If we should disallow viewing and editing of the supplied pin", "module": "AIGraph", "code": "virtual bool ShouldHidePinDefaultValue ( [UEdGraphPin](API\\Runtime\\Engine\\EdGraph\\UEdGraphPin) * Pin ) const", "variables": []}
{"className": "UAIGraphSchema::UAIGraphSchema", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h", "description": "", "module": "AIGraph", "code": "UAIGraphSchema ( const [FObjectInitializer](API\\Runtime\\CoreUObject\\UObject\\FObjectInitializer) & ObjectInitializer )", "variables": []}
{"className": "UAIGraphSchema", "headerPath": "/Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h", "description": "", "module": "AIGraph", "code": "class UAIGraphSchema : public [UEdGraphSchema](API\\Runtime\\Engine\\EdGraph\\UEdGraphSchema)", "variables": []}
{"className": "UK2Node_AIMoveTo::GetMenuCategory", "headerPath": "/Engine/Source/Editor/AIGraph/Public/K2Node_AIMoveTo.h", "description": "Override to provide a default category for specific node types to be listed under.\nA localized category string (or an empty string if you want this node listed at the menu's root).", "module": "AIGraph", "code": "virtual [FText](API\\Runtime\\Core\\Internationalization\\FText) GetMenuCategory() const", "variables": []}
{"className": "UK2Node_AIMoveTo::GetNodeTitle", "headerPath": "/Engine/Source/Editor/AIGraph/Public/K2Node_AIMoveTo.h", "description": "Gets the name of this node, shown in title bar", "module": "AIGraph", "code": "virtual [FText](API\\Runtime\\Core\\Internationalization\\FText) GetNodeTitle ( [ENodeTitleType::Type](API\\Runtime\\Engine\\EdGraph\\ENodeTitleType__Type) TitleType ) const", "variables": []}
{"className": "UK2Node_AIMoveTo::GetTooltipText", "headerPath": "/Engine/Source/Editor/AIGraph/Public/K2Node_AIMoveTo.h", "description": "Gets the tooltip to display when over the node", "module": "AIGraph", "code": "virtual [FText](API\\Runtime\\Core\\Internationalization\\FText) GetTooltipText() const", "variables": []}
{"className": "UK2Node_AIMoveTo::UK2Node_AIMoveTo", "headerPath": "/Engine/Source/Editor/AIGraph/Public/K2Node_AIMoveTo.h", "description": "", "module": "AIGraph", "code": "UK2Node_AIMoveTo ( const [FObjectInitializer](API\\Runtime\\CoreUObject\\UObject\\FObjectInitializer) & ObjectInitializer )", "variables": []}
{"className": "UK2Node_AIMoveTo", "headerPath": "/Engine/Source/Editor/AIGraph/Public/K2Node_AIMoveTo.h", "description": "", "module": "AIGraph", "code": "class UK2Node_AIMoveTo : public [UK2Node_BaseAsyncTask](API\\Editor\\BlueprintGraph\\UK2Node_BaseAsyncTask)", "variables": []}