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 ]