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 1be9681 commit aa6a0f7Copy full SHA for aa6a0f7
Source/TextAsset/Public/TextAsset.h
@@ -18,6 +18,6 @@ class TEXTASSET_API UTextAsset
18
public:
19
20
/** Holds the stored text. */
21
- UPROPERTY()
+ UPROPERTY(BlueprintReadOnly, Category="TextAsset")
22
FText Text;
23
};
0 commit comments