From 780409b06034e3f3c861d02edbcb55656e329d45 Mon Sep 17 00:00:00 2001 From: Jamie Greunbaum Date: Mon, 2 Oct 2023 12:32:11 -0400 Subject: [PATCH] Hide ContextMenuName variable from graph editor. --- Source/ComboInput/Public/Nodes/ComboActionGraphNode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/ComboInput/Public/Nodes/ComboActionGraphNode.h b/Source/ComboInput/Public/Nodes/ComboActionGraphNode.h index 93d69ff..4080998 100644 --- a/Source/ComboInput/Public/Nodes/ComboActionGraphNode.h +++ b/Source/ComboInput/Public/Nodes/ComboActionGraphNode.h @@ -250,7 +250,7 @@ public: FText NodeTitle; // Display name of the Node menu category - UPROPERTY(BlueprintReadOnly, EditDefaultsOnly, Category = "Editor") + UPROPERTY(BlueprintReadOnly, Category = "Editor") FText ContextMenuName; // List of compatible graph types