Unreal Engine Blueprint API Reference > Math > Vector 2D
Creates a copy of this vector with both axes clamped to the given range.
Target is Kismet Math Library
Inputs
Type | Name | Description |
---|---|---|
vector2d struct | A | |
real | Min Axis Val | |
real | Max Axis Val |
Outputs
Type | Name | Description |
---|---|---|
vector2d struct | Return Value | New vector with clamped axes. |