Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Predict Projectile Path Result' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Predict Projectile Path Result |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Path Data | Info for each point on the path. |
| struct | Last Trace Destination | Info on the last point we tried to trace to, which may have been beyond the final hit. |
| struct | Hit Result | Hit along the trace, if tracing with collision was enabled. |