Navigation
API > API/Runtime > API/Runtime/AugmentedReality
Base class for all AR textures that represent the environment for lighting and reflection
| Name | UAREnvironmentCaptureProbeTexture |
| Type | class |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARTextures.h |
| Include Path | #include "ARTextures.h" |
Syntax
UCLASS (MinimalAPI, Abstract, BlueprintType)
class UAREnvironmentCaptureProbeTexture : public UTextureCube
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UStreamableRenderAsset → UTexture → UTextureCube → UAREnvironmentCaptureProbeTexture
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UAREnvironmentCaptureProbeTexture
(
const FObjectInitializer& ObjectInitializer |
ARTextures.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ExternalTextureGuid | FGuid | The guid of texture that gets registered as an external texture | ARTextures.h |
|
| Size | FVector2f | The width and height of the texture | ARTextures.h |
|
| TextureType | EARTextureType | The type of texture this is | ARTextures.h |
|
| Timestamp | float | The timestamp this texture was captured at | ARTextures.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FGuid GetExternalTextureGuid() |
ARTextures.h | ||
virtual uint32 GetSurfaceArraySize() |
ARTextures.h | ||
virtual float GetSurfaceDepth() |
ARTextures.h | ||
virtual float GetSurfaceHeight() |
ARTextures.h | ||
virtual float GetSurfaceWidth() |
UTexture interface implementation. | ARTextures.h |