FSphere::FSphere

Creates and initializes a new sphere with the specified parameters.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/Sphere.h

Include

#include "Math/Sphere.h"

Syntax

FSphere
(
    FVector InV,
    float InW
)

Remarks

Creates and initializes a new sphere with the specified parameters.

Parameters

Parameter

Description

InV

Center of sphere.

InW

Radius of sphere.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss