Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TVolPresQuadricError > API/Runtime/GeometryCore/TVolPresQuadricError/FPlaneData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Add
(
const FPlaneData& other |
QuadricError.h | ||
void Add
(
RealType w, |
Add scalar multiple of a FPlaneData to this FPlaneData | QuadricError.h |
Add(const FPlaneData &)
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/QuadricError.h |
| Include Path | #include "QuadricError.h" |
void Add
(
const FPlaneData & other
)
Add(RealType, const FPlaneData &)
Description
Add scalar multiple of a FPlaneData to this FPlaneData
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/QuadricError.h |
| Include Path | #include "QuadricError.h" |
void Add
(
RealType w,
const FPlaneData & other
)