Navigation
API > API/Plugins > API/Plugins/GoogleARCoreBase
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UGoogleARCoreSessionFunctionLibrary
References
| Module | GoogleARCoreBase |
| Header | /Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreFunctionLibrary.h |
| Include | #include "GoogleARCoreFunctionLibrary.h" |
Syntax
UCLASS&40;&41;
class UGoogleARCoreSessionFunctionLibrary : public UBlueprintFunctionLibrary
Remarks
A function library that provides static/Blueprint functions associated with GoogleARCore session.
Functions
| Type | Name | Description | |
|---|---|---|---|
| UARCandidateImage * | AddRuntimeCandidateImageFromRawbytes
(
UARSessionConfig* SessionConfig, |
Create an ARCandidateImage object from the raw pixel data and add it to the ARCandidateImageList of the given `UARSessionConfig_ object. |