Navigation
API > API/Runtime > API/Runtime/AugmentedReality
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UStreamableRenderAsset
- UTexture
- UTextureCube
- UAREnvironmentCaptureProbeTexture
- UAppleARKitEnvironmentCaptureProbeTexture
References
| Module | AugmentedReality |
| Header | /Engine/Source/Runtime/AugmentedReality/Public/ARTextures.h |
| Include | #include "ARTextures.h" |
Syntax
class UAREnvironmentCaptureProbeTexture : public UTextureCube
Remarks
Base class for all AR textures that represent the environment for lighting and reflection
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGuid | ExternalTextureGuid | The guid of texture that gets registered as an external texture | |
| FVector2f | Size | The width and height of the texture | |
| EARTextureType | TextureType | The type of texture this is | |
| float | Timestamp | The timestamp this texture was captured at |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAREnvironmentCaptureProbeTexture
(
const FObjectInitializer& ObjectInitializer |
Overridden from UTexture
| Type | Name | Description | |
|---|---|---|---|
| FGuid | Access the GUID which defines this texture's resources externally through FExternalTextureRegistry | ||
| uint32 | |||
| float | |||
| float | |||
| float | UTexture interface implementation. |