Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UKismetMathLibrary
| Type | Name | Description | |
|---|---|---|---|
| FVector | RandomUnitVectorInEllipticalConeInDegreesFromStream
(
const FRandomStream& Stream, |
Returns a random vector with length of 1, within the specified cone, with uniform random distribution. | |
| FVector | RandomUnitVectorInEllipticalConeInDegreesFromStream
(
const FVector& ConeDir, |
Use RandomUnitVectorInEllipticalConeInDegreesFromStream taking the FRandomStream as the first argument. |