mirror of
https://github.com/sinbad/StevesUEHelpers.git
synced 2025-02-23 17:45:23 +00:00
Fix doc error
This commit is contained in:
parent
2504792c97
commit
45a35f0691
@ -13,7 +13,7 @@ public:
|
|||||||
* @param Distance Length of the cone
|
* @param Distance Length of the cone
|
||||||
* @param SphereCentre Centre of the sphere
|
* @param SphereCentre Centre of the sphere
|
||||||
* @param SphereRadius Radius of the sphere
|
* @param SphereRadius Radius of the sphere
|
||||||
* @return True if any collider in the component overlaps the cone
|
* @return True if the sphere overlaps the cone
|
||||||
*/
|
*/
|
||||||
static bool SphereOverlapCone(const FVector& ConeOrigin, const FVector& ConeDir, float ConeHalfAngle, float Distance, const FVector& SphereCentre, float SphereRadius)
|
static bool SphereOverlapCone(const FVector& ConeOrigin, const FVector& ConeDir, float ConeHalfAngle, float Distance, const FVector& SphereCentre, float SphereRadius)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user