Navigation
Unreal Engine C++ API Reference > Plugins > AppleVision
Inheritance Hierarchy
- IModuleInterface
- IAppleVisionPlugin
References
Module | AppleVision |
Header | /Engine/Plugins/Experimental/AppleVision/Source/AppleVision/Public/IAppleVisionPlugin.h |
Include | #include "IAppleVisionPlugin.h" |
Syntax
class IAppleVisionPlugin : public IModuleInterface
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
TSharedPtr< FAppleVisionDetectFacesAsyncTaskBase, ESPMode::ThreadSafe > | DetectFaces
(
UTexture* SourceImage |
Performs a face detection computer vision task in the background |
![]() ![]() |
IAppleVisionPlugin & | Get () |
Singleton-like access to this module's interface. |
![]() ![]() |
bool | IsAvailable () |
Checks to see if this module is loaded and ready. |