UEdGraphSchema_BehaviorTreeDecorator

Unreal Engine C++ API Reference > Editor > BehaviorTreeEditor

Inheritance Hierarchy

References

   
Module BehaviorTreeEditor
Header /Engine/Source/Editor/BehaviorTreeEditor/Classes/EdGraphSchema_BehaviorTreeDecorator.h
Include #include "EdGraphSchema_BehaviorTreeDecorator.h"

Syntax

class UEdGraphSchema_BehaviorTreeDecorator : public [UEdGraphSchema](API\Runtime\Engine\EdGraph\UEdGraphSchema)  

Variables

Type Name Description
FString PC_Boolean  

Constructors

Type Name Description
  UEdGraphSchema_BehaviorTreeDecorator ( const FObjectInitializer& ObjectIn... )  

Functions

Type Name Description
TSharedPtr< ... AddNewDecoratorAction ( FGraphContextMenuBuilder& ContextM..., const FText& Category, const FText& MenuDesc, const FText& Tooltip )  
void AddPin ( UEdGraphNode* InGraphNode )  
FGraphNodeCl... GetClassCache ()  
void RemovePin ( UEdGraphPin* InGraphPin )  

Overridden from UEdGraphSchema

Type Name Description
const FPinCo... CanCreateConnection ( const UEdGraphPin* A, const UEdGraphPin* B ) Determine if a connection can be created between two pins.
void CreateDefaultNodesForGraph ( UEdGraph& Graph ) Populate new graph with any default nodes
void ForceVisualizationCacheClear () Forces cached visualization data to refresh
void GetContextMenuActions ( UToolMenu* Menu, UGraphNodeContextMenuContext* ... ) Gets actions that should be added to the right-click context menu for a node or pin
int32 GetCurrentVisualizationCacheID () Returns the current cache title refresh ID that is appropriate for the passed node
void GetGraphContextActions ( FGraphContextMenuBuilder& ContextM... ) Get all actions that can be performed when right clicking on a graph or drag-releasing on a graph from a pin
FName GetParentContextMenuName () Returns parent context menu name
FLinearColor GetPinTypeColor ( const FEdGraphPinType& PinType ) Gets the draw color of a pin based on it's type.
bool IsCacheVisualizationOutOfDate ( int32 InVisualizationCacheID ) Checks if a CacheRefreshID is out of date
bool ShouldHidePinDefaultValue ( UEdGraphPin* Pin ) If we should disallow viewing and editing of the supplied pin

Constants

Name Description
CurrentCacheRefreshID  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library