Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UKismetMathLibrary > API/Runtime/Engine/Kismet/UKismetMathLibrary/RandomUnitVector-_5
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.h |
| Include | #include "Kismet/KismetMathLibrary.h" |
static FVector RandomUnitVectorInEllipticalConeInDegreesFromStream
&40;
const FRandomStream & Stream,
const FVector & ConeDir,
float MaxYawInDegrees,
float MaxPitchInDegrees
&41;
Remarks
Returns a random vector with length of 1, within the specified cone, with uniform random distribution. The shape of the cone can be modified according to the yaw and pitch angles.
Parameters
| Name | Description |
|---|---|
| MaxYawInDegrees | The yaw angle of the cone (from ConeDir to horizontal edge), in degrees. |
| MaxPitchInDegrees | The pitch angle of the cone (from ConeDir to vertical edge), in degrees. |
| Stream | The random stream from which to obtain the vector. |