Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/AugmentedReality/Public/ARTextures.h |
Include |
#include "ARTextures.h" |
class UAREnvironmentCaptureProbeTexture : public UTextureCube
Base class for all AR textures that represent the environment for lighting and reflection
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 | |
---|---|---|
|
UAREnvironmentCaptureProbeTexture ( |
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. |