arcore-unreal-sdk
arcore-unreal-sdk copied to clipboard
How add downloaded image to Runtime Candidate Image
Hi. Unreal can download image and return Texture2DDynamic. But exture2DDynamic cannot be converted to Texture2D.
You should be able to do that by calling the C++ function: UGoogleARCoreSessionFunctionLibrary::AddRuntimeCandidateImageFromRawbytes
@bopangzz @FynjyAC Hey, guys, is the node "AddRuntimeCandidateImage" works? I struggle for a few days, i import the Texture2D from local storage or just use the texture(.uasset inside content ) with the native node "AddRuntimeCandidateImage", but it can not work, do you guys have this kind of problem?