Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Trajectory Sampling Data' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Trajectory Sampling Data |
Outputs
| Type | Name | Description |
|---|---|---|
| real | History Length Seconds | This should generally match the longest history required by a Motion Matching Database in the project.Motion Matching will use extrapolation to generate samples if the history doesn't contain enough samples. |
| integer | History Samples Per Second | Higher values will cost more storage and processing time, but give higher accuracy. |
| real | Prediction Length Seconds | This should match the longest trajectory prediction required by a Motion Matching Database in the project.Motion Matching will use extrapolation to generate samples if the prediction doesn't contain enough samples. |
| integer | Prediction Samples Per Second | Higher values will cost more storage and processing time, but give higher accuracy. |