Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion yaml/uproperty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
- |
Expand Down Expand Up @@ -2528,4 +2530,4 @@ specifiers:
subgroup: Picker
position: meta
type: flag
required: [ PropertyReference ]
required: [ PropertyReference ]