Unreal Engine Blueprint API Reference > Utilities > Struct
Adds a node that create a 'MovementProperties' from its members
Inputs
Type | Name | Description |
---|---|---|
boolean | Can Crouch | If true, this Pawn is capable of crouching. |
boolean | Can Jump | If true, this Pawn is capable of jumping. |
boolean | Can Walk | If true, this Pawn is capable of walking or moving on the ground. |
boolean | Can Swim | If true, this Pawn is capable of swimming or moving through fluid volumes. |
boolean | Can Fly | If true, this Pawn is capable of flying. |
Outputs
Type | Name | Description |
---|---|---|
struct | Movement Properties |