Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Linear Velocity Move Activation Params' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| vector | Velocity | Units per second, world-space or relative to the actor depending on SettingsFlags. |
| enum | Settings Flags | @see ELayeredMove_ConstantVelocitySettingsFlags |
| real | Duration Ms | This move will expire after a set amount of time if > 0. If 0, it will be ticked only once, regardless of time step. It will need to be manually ended if < 0.Note: If changed after starting to a value beneath the current lifetime of the move, it will immediately finish (so if your move finishes early, setting this to 0 is equivalent to returning true from IsFinished()) |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Linear Velocity Move Activation Params |