Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Conversation Choice Reference' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Conversation Choice Reference |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Node Reference | This is the node that we're targeting with our choice. |
| struct | Node Parameters | These are the parameters required by that node to be activated. Thesame node could potentially handle several dynamic choices it provides, so theseparameters are used to uniquely identify the choice when the client responds to the server. |