UGoogleARCoreAugmentedImage::DebugDraw

Draw a box around the image, for debugging purposes.

Windows
MacOS
Linux

Override Hierarchy

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

Syntax

virtual void DebugDraw
(
    UWorld * World,
    const FLinearColor & OutlineColor,
    float OutlineThickness,
    float PersistForSeconds
) const

Remarks

Draw a box around the image, for debugging purposes.

Parameters

Parameter

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss