Navigation
API > API/Plugins > API/Plugins/GoogleARCoreBase > API/Plugins/GoogleARCoreBase/UGoogleARCoreAugmentedImage
- UARTrackedGeometry::DebugDraw()
- UARTrackedImage::DebugDraw()
- UGoogleARCoreAugmentedImage::DebugDraw()
References
| Module | GoogleARCoreBase |
| Header | /Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreAugmentedImage.h |
| Include | #include "GoogleARCoreAugmentedImage.h" |
| Source | /Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Private/GoogleARCoreAugmentedImage.cpp |
virtual void DebugDraw
&40;
UWorld &42; World,
const FLinearColor & OutlineColor,
float OutlineThickness,
float PersistForSeconds
&41; const
Remarks
Draw a box around the image, for debugging purposes.
Parameters
| Name | Description |
|---|---|
| World | World context object. |
| OutlineColor | Color of the lines. |
| OutlineThickness | Thickness of the lines. |
| PersistForSeconds | Number of seconds to keep the lines on-screen. |