From 79e694fb4014dee5b96412f9330f4e51b0a16301 Mon Sep 17 00:00:00 2001 From: Steve Streeting Date: Mon, 9 Jan 2023 13:11:26 +0000 Subject: [PATCH] Missing BlueprintAssignable --- Source/StevesUEHelpers/Public/StevesUI/TypewriterTextWidget.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/StevesUEHelpers/Public/StevesUI/TypewriterTextWidget.h b/Source/StevesUEHelpers/Public/StevesUI/TypewriterTextWidget.h index afbf2a5..c94098a 100644 --- a/Source/StevesUEHelpers/Public/StevesUI/TypewriterTextWidget.h +++ b/Source/StevesUEHelpers/Public/StevesUI/TypewriterTextWidget.h @@ -65,6 +65,7 @@ public: FOnTypewriterLetterAdded OnTypewriterLetterAdded; /// Event called when the "run name" of the text changes aka the rich text style markup. Also called when reverts to default. + UPROPERTY(BlueprintAssignable) FOnTypewriterRunNameChanged OnTypewriterRunNameChanged; UPROPERTY(BlueprintReadOnly, meta = (BindWidget))