UARTexture

Base class for all AR texture types.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

AugmentedReality

Header

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

Include

#include "ARTextures.h"

Syntax

class UARTexture : public UTexture

Remarks

Base class for all AR texture types. Derived from UTexture instead of UTexture2D because UTexture2D is all about streaming and source art

Variables

Name Description

Public variable

FGuid

 

ExternalTextureGuid

The guid of texture that gets registered as an external texture

Public variable

FVector2D

 

Size

The width and height of the texture

Public variable

EARTextureType

 

TextureType

The type of texture this is

Public variable

float

 

Timestamp

The timestamp this texture was captured at

Constructors

Name Description

Public function

UARTexture

(
    const FObjectInitializer& ObjectIn...
)

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