Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'PCGSelect Grammar Criterion' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| name | Key | Key representation of a potential grammar selection. |
| real | First Value | Compared against the input value. |
| real | Second Value | Used for comparison in range-based or ternary conditions. |
| string | Grammar | The selected grammar result if the condition evaluates to true. |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | PCGSelect Grammar Criterion |