Example #1
0
 static extern void FRandomStream_VRandCone2(ref RandomStream selfParameter, out Vector3 result, Vector3 dir, float horizontalConeHalfAngleRad, float verticalConeHalfAngleRad);
Example #2
0
 static extern void FRandomStream_VRandCone(ref RandomStream selfParameter, out Vector3 result, Vector3 dir, float coneHalfAngleRad);
Example #3
0
 static extern int FRandomStream_RandRange(ref RandomStream selfParameter, int min, int max);
Example #4
0
 static extern void FRandomStream_GetUnitVector(ref RandomStream selfParameter, out Vector3 result);
Example #5
0
 static extern uint FRandomStream_GetUnsignedInt(ref RandomStream selfParameter);
Example #6
0
 static extern float FRandomStream_GetFraction(ref RandomStream selfParameter);