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