Navigation
API > API/Plugins > API/Plugins/MetaHumanCore
| |
|
| Name |
FControlVertex |
| Type |
struct |
| Header File |
/Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCore/Public/MetaHumanContourData.h |
| Include Path |
#include "MetaHumanContourData.h" |
Syntax
USTRUCT ()
struct FControlVertex
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bIsSinglePointCurve |
bool |
|
MetaHumanContourData.h |
|
| CurveNames |
TArray< FString > |
|
MetaHumanContourData.h |
|
| LinePoints |
TArray< FVector2D > |
|
MetaHumanContourData.h |
|
| PointId |
int32 |
|
MetaHumanContourData.h |
|
| PointPosition |
FVector2D |
|
MetaHumanContourData.h |
|