FDetectedFace

Area of the image that the computer vision task detected as being a face

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

AppleVision

Header

/Engine/Plugins/Experimental/AppleVision/Source/AppleVision/Public/AppleVisionTypes.h

Include

#include "AppleVisionTypes.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)([BlueprintType](Programming/UnrealArchitecture/Reference/Structs/Specifiers/BlueprintType))
struct FDetectedFace : public FDetectedFeatureRegion

Remarks

Area of the image that the computer vision task detected as being a face

Variables

Name Description

Public variable UProperty Category BlueprintReadOnly

FBox2D

 

BoundingBox

The bounding box of the detected face

Public variable UProperty Category BlueprintReadOnly

TArray< FDetect...

 

FeatureRegions

The set of region features that were detected

Public variable UProperty Category BlueprintReadOnly

TArray< FDetect...

 

Features

The set of 2D features that were detected

Operators

Name Description

Public function

FDetectedFac...

 

operator=

(
    const FDetectedFace& Other
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss