Navigation
API > API/Plugins > API/Plugins/MetaHumanImageViewerEditor > API/Plugins/MetaHumanImageViewerEditor/STrackerImageViewer
Description
Returns a curve name and closest position on that curve to mouse pos. OutParam is the closest index on dense spline
| Name | GetClosestInsertionPosition |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanImageViewerEditor/Public/STrackerImageViewer.h |
| Include Path | #include "STrackerImageViewer.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanImageViewerEditor/Private/STrackerImageViewer.cpp |
TPair< FString , FVector2D > GetClosestInsertionPosition
(
const FVector2D & InMousePosition,
const float InDistanceToCheck
) const