Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/GeometryScriptTypes.h |
| Include | #include "GeometryScript/GeometryScriptTypes.h" |
Syntax
USTRUCT (BlueprintType , Meta=(DisplayName="Sphere Covering"))
struct FGeometryScriptSphereCovering
Remarks
A set of spheres used to represent a volume.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< UE::Geometry::FSphereCovering > | Spheres |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Reset () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FGeometryScriptSphereCovering& Other |
||
| bool | operator==
(
const FGeometryScriptSphereCovering& Other |