Navigation
API > API/Editor > API/Editor/BehaviorTreeEditor
| Name | UEdGraphSchema_BehaviorTreeDecorator |
| Type | class |
| Header File | /Engine/Source/Editor/BehaviorTreeEditor/Classes/EdGraphSchema_BehaviorTreeDecorator.h |
| Include Path | #include "EdGraphSchema_BehaviorTreeDecorator.h" |
Syntax
UCLASS (MinimalAPI)
class UEdGraphSchema_BehaviorTreeDecorator : public UEdGraphSchema
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphSchema → UEdGraphSchema_BehaviorTreeDecorator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UEdGraphSchema_BehaviorTreeDecorator
(
const FObjectInitializer& ObjectInitializer |
EdGraphSchema_BehaviorTreeDecorator.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| CurrentCacheRefreshID | int32 | EdGraphSchema_BehaviorTreeDecorator.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PC_Boolean | FString | EdGraphSchema_BehaviorTreeDecorator.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddPin
(
UEdGraphNode* InGraphNode |
EdGraphSchema_BehaviorTreeDecorator.h | ||
virtual const FPinConnectionResponse CanCreateConnection
(
const UEdGraphPin* A, |
EdGraphSchema_BehaviorTreeDecorator.h | ||
virtual void CreateDefaultNodesForGraph
(
UEdGraph& Graph |
EdGraphSchema_BehaviorTreeDecorator.h | ||
virtual void ForceVisualizationCacheClear() |
EdGraphSchema_BehaviorTreeDecorator.h | ||
virtual void GetContextMenuActions
(
UToolMenu* Menu, |
EdGraphSchema_BehaviorTreeDecorator.h | ||
virtual int32 GetCurrentVisualizationCacheID() |
EdGraphSchema_BehaviorTreeDecorator.h | ||
virtual void GetGraphContextActions
(
FGraphContextMenuBuilder& ContextMenuBuilder |
EdGraphSchema_BehaviorTreeDecorator.h | ||
virtual FName GetParentContextMenuName() |
EdGraphSchema_BehaviorTreeDecorator.h | ||
virtual FLinearColor GetPinTypeColor
(
const FEdGraphPinType& PinType |
EdGraphSchema_BehaviorTreeDecorator.h | ||
virtual bool IsCacheVisualizationOutOfDate
(
int32 InVisualizationCacheID |
EdGraphSchema_BehaviorTreeDecorator.h | ||
void RemovePin
(
UEdGraphPin* InGraphPin |
EdGraphSchema_BehaviorTreeDecorator.h | ||
virtual bool ShouldHidePinDefaultValue
(
UEdGraphPin* Pin |
EdGraphSchema_BehaviorTreeDecorator.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FGraphNodeClassHelper & GetClassCache() |
EdGraphSchema_BehaviorTreeDecorator.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedPtr< FDecoratorSchemaAction_NewNode > AddNewDecoratorAction
(
FGraphContextMenuBuilder& ContextMenuBuilder, |
EdGraphSchema_BehaviorTreeDecorator.h |