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...
)

Functions

Name Description

Public function Static

T *

 

CreateARTexture

(
    EARTextureType InTextureType
)

Factory function for creating a new AR texture of a particular type

Overridden from UTexture

Name Description

Public function Virtual Const

FGuid

 

GetExternalTextureGuid()

Access the GUID which defines this texture's resources externally through FExternalTextureRegistry

Public function Virtual Const

float

 

GetSurfaceHeight()

Public function Virtual Const

float

 

GetSurfaceWidth()

UTexture interface implementation.

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