Navigation
API > API/Plugins > API/Plugins/MetaHumanCore
| Name | FShapeAnnotationWrapper |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCore/Public/ShapeAnnotationWrapper.h |
| Include Path | #include "ShapeAnnotationWrapper.h" |
Syntax
class FShapeAnnotationWrapper
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FShapeAnnotationWrapper() |
ShapeAnnotationWrapper.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FShapeAnnotationWrapper() |
ShapeAnnotationWrapper.h |
Classes
| Name | Remarks |
|---|---|
| FImpl |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Impl | TPimplPtr< FImpl > | ShapeAnnotationWrapper.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FVector2D > GetControlVerticesForCurve
(
const TArray< FVector2D >& InLandmarkData, |
Returns a list of control vertices for a curve. Start and end points are not included | ShapeAnnotationWrapper.h | |
TMap< FString, TArray< FVector2D > > GetDrawingSplinesFromContourData
(
const TObjectPtr< class UMetaHumanContourData > InContourData |
Returns point data that represents a Catmull-Rom spline, generated from contour data | ShapeAnnotationWrapper.h |