We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ddb0d9 commit 0075fb2Copy full SHA for 0075fb2
Source/TextAsset/Public/TextAsset.h
@@ -18,6 +18,6 @@ class TEXTASSET_API UTextAsset
18
public:
19
20
/** Holds the stored text. */
21
- UPROPERTY(BlueprintReadOnly, Category="TextAsset")
+ UPROPERTY(BlueprintReadOnly, EditAnywhere, Category="TextAsset")
22
FText Text;
23
};
0 commit comments