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
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FLinearFinder
(
const TArray< double >& InPolylineCoordinates,
int32& InOutIndex
)
|
|
Utils/IndexOfCoordinateFinder.h |
|
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Index |
int32 & |
|
Utils/IndexOfCoordinateFinder.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual int32 Find
(
const double InCoordinate
)
|
|
Utils/IndexOfCoordinateFinder.h |
|