From 2e9f7a275e4b6a04832f51a660c491305c27fcc3 Mon Sep 17 00:00:00 2001 From: Jeremy Abel Date: Fri, 23 May 2025 15:36:18 -0400 Subject: [PATCH] Update uproperty.yml - EditCondition clarification --- yaml/uproperty.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/yaml/uproperty.yml b/yaml/uproperty.yml index 13f99b0..6bf1474 100644 --- a/yaml/uproperty.yml +++ b/yaml/uproperty.yml @@ -366,6 +366,8 @@ specifiers: The simplest way is simply using another `bool` property, but as of 4.23 more complex statements are supported. It is worth noting that `EditCondition` also changes the appearance of properties inside Blueprint logic Make Struct nodes. + + Note that any variable used in the `EditCondition` needs to also be a `UPROPERTY`. position: meta samples: - | @@ -2528,4 +2530,4 @@ specifiers: subgroup: Picker position: meta type: flag - required: [ PropertyReference ] \ No newline at end of file + required: [ PropertyReference ]