From 6f97fc4d3820bbafc28bd76b62bb4319226576f4 Mon Sep 17 00:00:00 2001 From: Xander <57622205+XanderBert@users.noreply.github.com> Date: Fri, 11 Apr 2025 16:48:01 +0200 Subject: [PATCH 1/2] Update AllowAbstract meta uparam.yml --- yaml/uparam.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaml/uparam.yml b/yaml/uparam.yml index 11deca4..8684f3e 100644 --- a/yaml/uparam.yml +++ b/yaml/uparam.yml @@ -50,7 +50,7 @@ specifiers: type: bool position: meta comment: | - Works exclusively with `TSubclassOf`. By default, `TSubclassOf` will allow abstract choosing classes. + Works exclusively with `TSubclassOf`and TSoftClassPtr. By default, `TSubclassOf`/TSoftClassPtr will allow abstract choosing classes. samples: - | UFUNCTION(BlueprintCallable, Category = "Composure", meta = (DeterminesOutputType = "OutputType")) From 15a834f938a2ed86901762ff4bec35430d25cb1e Mon Sep 17 00:00:00 2001 From: Xander <57622205+XanderBert@users.noreply.github.com> Date: Fri, 11 Apr 2025 16:49:23 +0200 Subject: [PATCH 2/2] Update uparam.yml --- yaml/uparam.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaml/uparam.yml b/yaml/uparam.yml index 8684f3e..1dfd866 100644 --- a/yaml/uparam.yml +++ b/yaml/uparam.yml @@ -50,7 +50,7 @@ specifiers: type: bool position: meta comment: | - Works exclusively with `TSubclassOf`and TSoftClassPtr. By default, `TSubclassOf`/TSoftClassPtr will allow abstract choosing classes. + Works exclusively with `TSubclassOf`and `TSoftClassPtr`. By default, `TSubclassOf`/`TSoftClassPtr` will allow abstract choosing classes. samples: - | UFUNCTION(BlueprintCallable, Category = "Composure", meta = (DeterminesOutputType = "OutputType"))