Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/AugmentedReality/Public/ARTextures.h |
Include |
#include "ARTextures.h" |
class UARTexture : public UTexture
Base class for all AR texture types. Derived from UTexture instead of UTexture2D because UTexture2D is all about streaming and source art
Name | Description | ||
---|---|---|---|
|
ExternalTextureGuid |
The guid of texture that gets registered as an external texture |
|
|
Size |
The width and height of the texture |
|
|
TextureType |
The type of texture this is |
|
|
float |
Timestamp |
The timestamp this texture was captured at |
Name | Description | |
---|---|---|
|
UARTexture ( |
Name | Description | ||
---|---|---|---|
|
T * |
CreateARTexture ( |
Factory function for creating a new AR texture of a particular type |
Name | Description | ||
---|---|---|---|
|
GetExternalTextureGuid() |
Access the GUID which defines this texture's resources externally through FExternalTextureRegistry |
|
|
GetSurfaceArraySize() |
||
|
float |
GetSurfaceDepth() |
|
|
float |
GetSurfaceHeight() |
|
|
float |
GetSurfaceWidth() |
UTexture interface implementation. |