FSphere::FSphere

Constructor.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Sphere.h"

Source

/Engine/Source/Runtime/Core/Private/Math/Sphere.cpp

Syntax

FSphere
(
    const FVector * Pts,
    int32 Count
)

Remarks

Constructor.

Parameters

Parameter

Description

Pts

Pointer to list of points this sphere must contain.

Count

How many points are in the list.

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