Navigation
API > API/Plugins > API/Plugins/MetaHumanCalibrationCore
| Name | FMetaHumanAreaOfInterest |
| Type | struct |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCalibrationProcessing/Source/MetaHumanCalibrationCore/Public/MetaHumanAreaOfInterest.h |
| Include Path | #include "MetaHumanAreaOfInterest.h" |
Syntax
USTRUCT (BlueprintType , Blueprintable)
struct FMetaHumanAreaOfInterest
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BottomRight | FVector2D | MetaHumanAreaOfInterest.h |
|
|
| TopLeft | FVector2D | MetaHumanAreaOfInterest.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBox2D GetBox2D() |
MetaHumanAreaOfInterest.h | ||
FSlateRect GetSlateRect() |
MetaHumanAreaOfInterest.h | ||
void SetFromBox2D
(
const FBox2D& InBox |
MetaHumanAreaOfInterest.h | ||
void SetFromSlateRect
(
const FSlateRect& InSlateRect |
MetaHumanAreaOfInterest.h |