Skip to content

Commit 0075fb2

Browse files
committed
Exposed Text property in details panel.
1 parent 1ddb0d9 commit 0075fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/TextAsset/Public/TextAsset.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ class TEXTASSET_API UTextAsset
1818
public:
1919

2020
/** Holds the stored text. */
21-
UPROPERTY(BlueprintReadOnly, Category="TextAsset")
21+
UPROPERTY(BlueprintReadOnly, EditAnywhere, Category="TextAsset")
2222
FText Text;
2323
};

0 commit comments

Comments
 (0)