UARCandidateObject

An asset that points to an object to be detected in a scene

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

AugmentedReality

Header

/Engine/Source/Runtime/AugmentedReality/Public/ARTypes.h

Include

#include "ARTypes.h"

Syntax

class UARCandidateObject : public UDataAsset

Remarks

An asset that points to an object to be detected in a scene

Functions

Name Description

Public function Const

const FBox &

 

GetBoundingBox()

Public function Const

const TArray...

 

GetCandidateObjectData()

Public function Const

const FStrin...

 

GetFriendlyName()

Public function

void

 

SetBoundingBox

(
    const FBox& InBoundingBox
)

Public function

void

 

SetCandidateObjectData

(
    const TArray< uint8 >& InCandidate...
)

Public function

void

 

SetFriendlyName

(
    const FString& NewName
)

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