Navigation
API > API/Runtime > API/Runtime/Engine
Used by IStereoLayer
| Name | EStereoLayerType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/StereoLayerComponent.h |
| Include Path | #include "Components/StereoLayerComponent.h" |
Syntax
enum EStereoLayerType
{
SLT_WorldLocked,
SLT_TrackerLocked,
SLT_FaceLocked,
SLT_MAX,
}
Values
| Name | Remarks |
|---|---|
| SLT_WorldLocked | Location within the world |
| SLT_TrackerLocked | Location within the HMD tracking space |
| SLT_FaceLocked | Location within the view space |
| SLT_MAX |