Navigation
Unreal Engine C++ API Reference > Plugins > AppleVision > UAppleVisionDetectFacesAsyncTaskBlueprintProxy
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 |
UFUNCTION&40;BlueprintCallable, Meta&61;&40;BlueprintInternalUseOnly&61;"true", DisplayName&61;"Detect Faces"&41;,
Category&61;"Apple Vision"&41;
static UAppleVisionDetectFacesAsyncTaskBlueprintProxy &42; CreateProxyObjectForDetectFaces
&40;
UTexture &42; SourceImage
&41;
Remarks
Detects faces within an image
Parameters
Name | Description |
---|---|
SourceImage | the image to detect faces in |