UAppleVisionDetectFacesAsyncTaskBlueprintProxy::CreateProxyObjectForDetectFaces

Detects faces within an image

Windows
MacOS
Linux

References

Module

AppleVision

Header

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

Include

#include "AppleVisionBlueprintProxy.h"

Source

/Engine/Plugins/Experimental/AppleVision/Source/AppleVision/Private/AppleVisionBlueprintProxy.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Meta=(BlueprintInternalUseOnly="true", DisplayName="Detect Faces"),
          Category="Apple Vision")
static UAppleVisionDetectFacesAsyncTaskBlueprintProxy * CreateProxyObjectForDetectFaces
(
    UTexture * SourceImage
)

Remarks

Detects faces within an image

Parameters

Parameter

Description

SourceImage

the image to detect faces in

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