Navigation
API > API/Plugins > API/Plugins/MetaHumanImageViewerEditor
| Name | FViewerStatesForFrame |
| Type | struct |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanImageViewerEditor/Public/STrackerImageViewer.h |
| Include Path | #include "STrackerImageViewer.h" |
Syntax
struct FViewerStatesForFrame
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AllDensePointsForSplines | TMap< FString, TArray< FVector2D > > | This member is only used as advanced comparison tool, when Cvar to show full curve is enabled. | STrackerImageViewer.h | |
| ControlVerticesForDraw | TArray< FControlVertex > | Local copy of control vertices in widget space for drawing | STrackerImageViewer.h | |
| HighlightedCurveName | FString | A curve the mouse is hovering over | STrackerImageViewer.h | |
| HighlightedPointID | int32 | A point the mouse is hovering over | STrackerImageViewer.h | |
| SelectedCurveNames | TSet< FString > | A list of selected curves. Should match the outliner | STrackerImageViewer.h | |
| SelectedPointIds | TSet< int32 > | A list of selected points on visible curves | STrackerImageViewer.h | |
| SplineDensePoints | TMap< FString, TArray< FVector2D > > | Dense points used to draw the curves as lines between the points | STrackerImageViewer.h | |
| SplineDensePointsImageSpace | TMap< FString, TArray< FVector2D > > | Local copy of dense points in Image Space as is original contour data | STrackerImageViewer.h |