Skip to content

Commit aa6a0f7

Browse files
committed
Made text property accessible in Blueprints.
1 parent 1be9681 commit aa6a0f7

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()
21+
UPROPERTY(BlueprintReadOnly, Category="TextAsset")
2222
FText Text;
2323
};

0 commit comments

Comments
 (0)