Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythians committed Nov 19, 2024
1 parent a9ca1dc commit 70c1d06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blogs/_posts/2024-11-13-UE-AssetValidator-doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Follow the steps below
![Validation results](/assets/img/2024/va_r.png)
## Configure Rules
### Base rule
------
- `Asset Class` decides which assets the rules apply to
- `Name Format` Format of the asset name, whether it needs prefixes, suffixes, and contains special text
- `Criteria Entries` Define the properties and values that need to be validated(Click the plus sign to add)
Expand All @@ -54,6 +55,7 @@ Follow the steps below
- `Warning` If selected, the validation will pass even if the above values are different, and it will output the following error message
- `Error Message` Error message for failed validation, optional
### Advance
------
- `Group Pattern` Regular expression for extracting group names from asset's name
The regular expression needs to include parentheses () to define a capturing group.
The capturing group will extract the content matched within the parentheses.
Expand Down

0 comments on commit 70c1d06

Please sign in to comment.