Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Niagara Data Channel Search Parameters' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| object | Owning Component | In cases where there is an owning component such as an object spawning from itself etc, then we pass that component in. Some handlers may only use it's location but others may make use of more data. |
| vector | Location | In cases where there is no owning component for data being read or written to a data channel, we simply pass in a location. We can also use this when bOverrideLocaiton is set. |
| boolean | Override Location | If true, even if an owning component is set, the data channel should use the Location value rather than the component location. If this is false, the NDC will get any location needed from the owning component. |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Niagara Data Channel Search Parameters |