Navigation
API > API/Runtime > API/Runtime/CADKernel
| Name | FLinearFinder |
| Type | class |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Utils/IndexOfCoordinateFinder.h |
| Include Path | #include "Utils/IndexOfCoordinateFinder.h" |
Syntax
class FLinearFinder : public UE::CADKernel::FIndexOfCoordinateFinder
Inheritance Hierarchy
- FIndexOfCoordinateFinder → FLinearFinder
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLinearFinder
(
const TArray< double >& InPolylineCoordinates, |
Utils/IndexOfCoordinateFinder.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Index | int32 & | Utils/IndexOfCoordinateFinder.h |
Functions
Public
Overridden from FIndexOfCoordinateFinder
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 Find
(
const double InCoordinate |
Utils/IndexOfCoordinateFinder.h |